Have you seen http://www.nabble.com/How-to-create-XML-Source-from-Java-String--tf4600917.html?
Jeremias made a point in that post about not using the coding pattern you use because of encoding issues. Manuel Michael Niemann wrote: > > I'm actually not using any specific fonts in the current phase. > Instead of the unicodes starting with '#' the ü is displayed like this: ü > > Chris Bowditch <[EMAIL PROTECTED]> wrote: > > If the PDF isn't showing the correct character it may not be caused by > encoding problems. If you are seeing a # character where the umlaute > should be then the problem is caused by the Font you are using not > having a glyph for the corresponding codepoint. If so, then you will > need to change the Font Family to one which does a glyph for the German > Umlaute character. > > > > Chris > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- View this message in context: http://www.nabble.com/Character-encoding-problem-tf4790359.html#a13704546 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
