You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/11/10 00:57:40 UTC

cvs commit: xml-xerces/java/tests/io UTF8.java

andyc       00/11/09 15:57:39

  Added:       java/tests/io Tag: xerces_j_2 UTF8.java
  Log:
  Added UTF-8 test to make sure that any UTF-8 reader used
  is capable of reading all Unicode characters either char
  by char or by using block reads of any size.
  
  TODO: Test the ability of the UTF-8 reader to handle the
        UTF-8 byte-order-mark (BOM). Yes, it *does* happen
        in the real world! :)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +460 -0    xml-xerces/java/tests/io/Attic/UTF8.java