Hi! We're using Xalan-c1_3 + Xerces-c1_6_0 + ICU 1.8.1. I'm trying to transform an XML document with <?xml version="1.0" encoding="KOI8-R"?> heading using XSL sheet with <xsl:output method="html" encoding="windows-1251"/> xsl:output tag. Xalan raises the following error:
An exception occured! Type:TranscodingException, Message:Could not create a converter for encoding: KOI8-R Though if the XML document encoding is, say, "ISO-8859-1" and XSL encoding is "UTF-8" - everything works fine... Looks like ICU has no KOI8-R support or I'm doing something wrong... Any help would be greatly appreciated!! Best, Dimitry Chernyshov, Technology Group Managing Director, Polar Design -------------------------- [EMAIL PROTECTED] http://www.polardesign.com phone/fax: +7 (095) 363 0708
