Open GoogleCodeExporter opened 9 years ago
Thanks for the sample file Ben.
For ' and ": I'll try to not escape those.
Using an inline code for some of those special markers is fine (like index
marker, some very rare spaces, etc.)
But for some other, I think they should stay as raw characters if possible. For
example the non-joiner mark is possibly used by Word to display the character
sequence properly. En and Em spaces could also be display properly.
The escaping is coming from the RTF layer. Currently we tend to force backward
compatibility for RTf reader that can't deal with Unicode, but nowadays we
should just write out the RTF as Unicode with possibly an option for backward
compatibility.
This should make those spacial marker displayed as themselves in Word.
Original comment by yves.sav...@gmail.com
on 3 Jun 2011 at 12:00
The ' and " case has been fixed in the latest snapshot.
Still thinking about the best way to resolve the other Unicode characters.
Original comment by yves.sav...@gmail.com
on 7 Jun 2011 at 5:36
Hi Yves, I forgot to add ampersand & to the previous list.
Original comment by benjamin...@gmail.com
on 19 Jun 2012 at 11:41
Original issue reported on code.google.com by
benjamin...@gmail.com
on 2 Jun 2011 at 9:37Attachments: