é becomes &195;#169 and then becomes é How do I fix this encoding issue?
问题 I have a java file in Eclipse that is in UTF-8 and has some strings containing accents. In the java file itself, the accent is written and saved as é . In the xml that is generated using velocity the é becomes é In the pdf that is generated using fop and and an xsl template, the output is displayed as é So this is probably an encoding issue and everything should be in UTF-8. What's weird is that locally in my eclipse environment (windows) where I run the application, the whole process works