Closed GoogleCodeExporter closed 8 years ago
if you use the escape the special characters you can avoid this problem.
like for '<' symbol u can use > and for '>' symbol '>'
myDoc.addEle(Paragraph.with("<The applicability of the each area depends on the
project influencing factors>").create());
try it will work...
Original comment by juturuna...@gmail.com
on 18 Jan 2012 at 6:18
thanks a lot juturunavatha. I created a method on Utils.java to replace some
special characters with the Unicode Code in decimal... it still in progress...
I committed the code but haven't published in a Jar file yet.
I will add the answer to this page later:
http://code.google.com/p/java2word/wiki/EncodingTipsandTricks
Original comment by leonardo...@gmail.com
on 18 Jan 2012 at 7:01
Original issue reported on code.google.com by
TheRhyth...@gmail.com
on 12 Jan 2012 at 7:22