Whoops, the patch which I posted previously was wrong. I fixed it (but didn't add a new changelog entry).
For the record, here's the correct patch.
Index: gnu/classpath/SystemProperties.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/classpath/SystemProperties.java,v retrieving revision 1.2 diff -u -r1.2 SystemProperties.java --- gnu/classpath/SystemProperties.java 29 Jan 2005 22:18:42 -0000 1.2 +++ gnu/classpath/SystemProperties.java 20 Mar 2005 20:33:05 -0000 @@ -128,6 +128,7 @@ dp.put("gnu.java.io.encoding_scheme_alias.UTF16_LittleEndian", "UTF16LE"); dp.put("gnu.java.io.encoding_scheme_alias.windows-1200", "UTF16LE"); + dp.put("gnu.java.io.encoding_scheme_alias.UnicodeLittleUnmarked", "UTF16LE"); //# UTF16 Big Endian dp.put("gnu.java.io.encoding_scheme_alias.UTF16BE", "UTF16BE"); @@ -144,6 +145,7 @@ dp.put("gnu.java.io.encoding_scheme_alias.cp1200", "UTF16BE"); dp.put("gnu.java.io.encoding_scheme_alias.cp1201", "UTF16BE"); dp.put("gnu.java.io.encoding_scheme_alias.UTF16_BigEndian", "UTF16BE"); + dp.put("gnu.java.io.encoding_scheme_alias.UnicodeBigUnmarked", "UTF16BE"); //# UTF16 dp.put("gnu.java.io.encoding_scheme_alias.UTF16", "UTF16BE");
_______________________________________________ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches