Hi,

I'v tried to get Xerces (both v2.2 and v2.3) to accept a document encoded with 
iso-8859-7 (greek characters) without luck. I get "Message: An exception occurred! 
Type:TranscodingException, Message:Could not create a converter for encoding: 
ISO-8859-7". 

The box I'm running on is equipped with SunOs 5.9 (even tried SunOs 2.6) and compiler 
"Sun WorkShop 6 update 2 C++ 5.3". It has iconv installed (which I guess is used when 
-tnative is specified when running runConfiguer). I have tried things like 

>iconv -f iso-8859-7 -t ucs-2 greek.xm
>iconv -f iso-8859-7 -t utf-16 greek.xml

This works like a charm, and indicates to me that the system has the proper 
transcoders in place.

Any ideas why Xerces refuses to cooperate? 

BTW, I know that ICU would probably solve the problem, but I would like to avoid using 
ICU if possible.

Regards
/�rjan

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

Reply via email to