You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Ushakov, Sergey N" <us...@int.com.ru> on 2002/04/16 12:04:00 UTC

Support for "windows-1251" encoding

Hello all,

I have run into a problem that Xalan (up to 2.3.1) does not treat
"windows-1251" encoding properly during serialization.

The issue seems to be simple to resolve - just add a line
    new EncodingInfo("WINDOWS-1251", "Cp1251", 0x00FF),
before line #325 in java source for class
org.apache.xalan.serialize.Encodings.

This will (I believe) resolve the issue I have reported as bug 6356.

BTW, will in be any harm if all these encodings data go into a resource
file?

Regards
Sergey Ushakov