Nikko,

By default, Xerces-C++ binary is built with native transcoder and the number
of encoding supported depends the ability of the system.   So your Windows
system library may support Shift-JIS while your Linux system doesn't.

If you don't want to rely on the system, then you can rebuild your parser
using ICU Transcoder which supports over 100 different encodings.  See
    http://xml.apache.org/xerces-c/build-misc.html#ICUPerl
and
    http://xml.apache.org/xerces-c/faq-distrib.html#faq-2
for details.

Tinny

----- Original Message -----
From: "Nikko" <[EMAIL PROTECTED]>
To: "mailing list xercesc" <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 6:20 AM
Subject: problem with Japanese under Linux Redhat 8.0


> Hi,
> we have a xerces-c SAX parser running well under Windows/Visual C++, on
> Japanese content, but when porting it under Linux Redhat 8.0, using gcc
3.2,
> we have the following message : "could not create a converter for : SHIFT
> JIS". Any idea ?
>
> Thanks for your help
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.413 / Virus Database: 232 - Release Date: 06/11/2002
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to