You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2003/11/17 21:56:32 UTC

cvs commit: xml-xerces/java/docs faq-general.xml

mrglavas    2003/11/17 12:56:32

  Modified:    java/docs faq-general.xml
  Log:
  We've had support for UCS-2 and UCS-4 for a long time.
  
  Revision  Changes    Path
  1.37      +3 -2      xml-xerces/java/docs/faq-general.xml
  
  Index: faq-general.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- faq-general.xml	30 Jul 2003 21:43:46 -0000	1.36
  +++ faq-general.xml	17 Nov 2003 20:56:32 -0000	1.37
  @@ -95,7 +95,9 @@
     <a>
      <ul>
       <li>UTF-8</li>
  -    <li>UTF-16 Big Endian, UTF-16 Little Endian</li>
  +    <li>UTF-16 Big Endian and Little Endian</li>
  +    <li>UCS-2 (ISO-10646-UCS-2) Big Endian and Little Endian</li>
  +    <li>UCS-4 (ISO-10646-UCS-4) Big Endian and Little Endian</li>
       <li>IBM-1208</li>
       <li>ISO Latin-1 (ISO-8859-1)</li>
       <li>
  @@ -146,7 +148,6 @@
         <li>EBCDIC Arabic (ebcdic-cp-ar1)</li>
        </ul>
      </ul>
  -   <note>UCS-4 is not yet supported, but it is hoped that support will be available soon.</note>
     </a>
    </faq>
    
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org