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.


Thanks

ps: sorry if this messas was supposed to be sent to non-dev list

-- 
Pedro Alves

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

Reply via email to