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
