On Thu, Jul 28, 2005 at 10:49:52PM +0200, Axel Weiß wrote: > 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...
No, and as a matter of fact have never heard of it. I just think its strange because if I write a OutputWriter with that encoding it works ok -- Pedro Alves [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
