Pedro Alves wrote:
> Hello. I'm having this error when transforming a xml doc with a xslt:
>
> SAXException: Attempt to output character of integral value 231 that
> is not represented in specified output encoding of cp860
>
>
> I have <xsl:output encoding="cp860" method="text"/>
>
>
> cp860 is the code page for Portuguese language, and 231 is 'ç', one of
> the most widely use characters here. (I get this error whatever the
> special character I use).
>
>
> Is this a feature? Outputting in 8859-1 or utf works fine, but I need
> that encoding to send the info to a 3rd party app that only works that
> way.

Hi Pedro,

did you already try using ICU transcoder? The usually used ICONV 
transcoder is somewhat weak...

Cheers,
                        Axel

-- 
Humboldt-Universität zu Berlin
Institut für Informatik
Signalverarbeitung und Mustererkennung
Dipl.-Inf. Axel Weiß
Rudower Chaussee 25
12489 Berlin-Adlershof
+49-30-2093-3050
** www.freesp.de **

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

Reply via email to