What if it's impossible to use ISO-8859-1 but only UTF8 ? When I use in code ä for "�" all I get is # using standard FOP fonts or just empty space when I import TTF font from Windows. Any solutions ?
-----Original Message----- From: Beer, Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 12:04 PM To: '[EMAIL PROTECTED]' Subject: AW: cannot not use certain character in xml to make pdf There is no problem using '�' or '�' or something. You must check the header of the xml-file: <?xml version="1.0" encoding="ISO-8859-1"?> The encoding specifies what characters you may use. If you use the header above, you can use '�', etc. without unicode or something! For (non-breaking space in HTML) you can use " ". The reference to all classes can be found in the JavaDoc of FOP, that can be found in: <fop-dir>/javadocs Greetings Christian Beer ____________________________________________________ DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTECTED]) Daimlerweg 39-41 Tel. : +49(251)979-200 48163 Muenster Fax : +49(251)979-2020 Germany Email: [EMAIL PROTECTED] -----Urspr�ngliche Nachricht----- Von: Nick Winger [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 8. Januar 2002 12:02 An: [EMAIL PROTECTED] Betreff: cannot not use certain character in xml to make pdf hi ! i cannot use character 0xfc ( an � ) ( which i need for german language ) and i cannot use 0xa0 ( a non braking space ) can i have fop to use all characters ( can i set the language ? ) where can i find a reference for all classes and methods for fop ? best regards Nick Winger (Software-Developer) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
