Changes between Version 1 and Version 2 of CharsetSupport


Ignore:
Timestamp:
04/05/10 06:47:06 (13 years ago)
Author:
Mark Evenson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CharsetSupport

    v1 v2  
    1414ABCL inherits its character storage from Java: 16-bit values for characters in the Basic Multilingual Plane (BMP), 32-bit values for Supplemental characters. See the article on [http://java.sun.com/developer/technicalArticles/Intl/Supplementary/ Supplementary characters in the Java platform] for an in-depth coverage of the subject, including considerations for supporting programs.
    1515
    16 ''ISSUE'': currently, ABCL assumes every 16-bit value to a full character, thereby effectively ignoring supplemental characters
     16''ISSUE'': currently, ABCL assumes every 16-bit value to be a full character, thereby effectively ignoring supplemental characters
    1717
    1818''ISSUE'': The values of the BMP range from 0x0 to 0xFFFF, excluding 0xD800 to 0xDFFF; there's no check on the validity of of character values when creating them