This question is an exact duplicate of:
Here are the contents of my XML which I would like to transform.
<P> <L-1 L="EN">Resolution: 100µA/Bit (text). </L-1> </P> I'm not able to convert the text with special characters properly. I use the following encoding encoding="iso-8859-1". This works fine and the conversion happens in the development environment. But, when it's built as a product (IDE), this does not work.
When I generate it with this encoding, the output, I am getting is
<L-1 L="EN">Resolution: 100µA/Bit (text).</L-1> I use the eclipse IDE and the encoding settings are applied for the OSGI bundles. But, still it is not yet working. Any possible reasons?
No comments:
Post a Comment