View Single Post
Old 07-23-2010, 09:39 AM   #5
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by user_none View Post
Open a ticket and be sure to attach the input and output files.
Warning: Thread diversion
User_none, FYI:

You fixed something in the rtf conversion code for me a while back, so I know you are familiar with it. Are you aware that there are several bugs in the rtf conversion listed in the bug tracker? There are also some threads here on that issue.

Specifically, conversions to rtf lose italics and bold styles. I took a look at rtfml.py and noticed that there is code in there that looks like it is supposed to handle italic and bold style. I also noticed that the code there is very similar to the rb RocketBook conversion code in rbml.py, which does handle the italic and bold style conversion correctly. There's a "for s in STYLES:" loop in both. In the rb code it finds italics, in the rtf it does not. I haven't had time to look at it again, but thought you might be interested.
Starson17 is offline   Reply With Quote