olegabr wrote: > I use xerces-j 1.3.0 with jdk 1.1.8 > and I try to parse xml files which was written under windows-1251 > encoding. And I have an error: unsupported encoding "windows-1251". > So, what can I do to avoid this problem?
Use the IANA encoding name that is equivalent to the Windows encoding name that you are currently using. I'm not sure what that is, though. -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]
