mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Comments.
This commit is contained in:
parent
1a42ba554d
commit
458f02e6fd
@ -116,6 +116,8 @@ class RTFMLizer(object):
|
|||||||
for char in data:
|
for char in data:
|
||||||
raw_hex += hex(ord(char)).replace('0x', '').rjust(2, '0')
|
raw_hex += hex(ord(char)).replace('0x', '').rjust(2, '0')
|
||||||
|
|
||||||
|
# Images must be broken up so that they are no longer than 129 chars
|
||||||
|
# per line
|
||||||
hex_string = ''
|
hex_string = ''
|
||||||
col = 1
|
col = 1
|
||||||
for char in raw_hex:
|
for char in raw_hex:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user