mrglavas2004/01/22 12:41:21
Modified:java/src/org/apache/xerces/impl/io UTF8Reader.java
Log:
Fixing Bug #24579:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24579
XML 1.0 SE - E27. According to Unicode 3.1 conformant UTF-8
interpreters must reject non-shortest form byte
sandygao2003/06/17 10:57:14
Modified:java/src/org/apache/xerces/impl/io UTF8Reader.java
Log:
A performance improvement for UTF8 scanning.
Revision ChangesPath
1.6 +52 -39xml-xerces/java/src/org/apache/xerces/impl/io/UTF8Reader.java
Index: UTF8Reader.java
neilg 2002/07/23 13:53:20
Modified:java/src/org/apache/xerces/impl/io UTF8Reader.java
Log:
add back a constructor with only a Stream argument so that the build "tests" target
will work again.
Revision ChangesPath
1.5 +12 -1 xml-xerces/java/src/org/apache/xer