"...really use UTF-8" - am I not using UTF-8 when using 'encoding="UTF-8"'? Is there some type of byte mark as there is with UTF-16?
Also, I need to support Kanji and Chinese characters, so I believe that UTF-8 and ISO-8859-1 are inadequate. Any suggestions? _Paul -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 1:59 AM To: [EMAIL PROTECTED] Subject: Re: Ant, SAX Parser and Internationalization On Mon, 18 Feb 2002, Paul Smiley <[EMAIL PROTECTED]> wrote: > <project name="Wen��" default="CompileDBO" basedir="C:/Wen��"> > > I have tried this with and without 'encoding="UTF-8"' This is because you are not using the UTF-8 encoding, but iso-8859-1. Try encoding="ISO-8859-1" instead - or really use UTF-8. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
