Changes between Version 2 and Version 3 of rfc5_unicode


Ignore:
Timestamp:
Aug 16, 2007, 11:56:27 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Added quote from the Unicode Std.

Legend:

Unmodified
Added
Removed
Modified
  • rfc5_unicode

    v2 v3  
    161161subset with GDAL, you are not affected by these changes.
    162162
     163From The Unicode Standard, chapter 5:
     164
     165  The width of wchar_t is compiler-specific and can be as small as 8 bits.
     166  Consequently, programs that need to be portable across any C or C++ compiler should not use wchar_t for storing Unicode text.
     167
    163168== References ==
     169
    164170 * [http://unicode.org/versions/Unicode4.0.0/ch05.pdf The Unicode Standard, Version 4.0 - Implementation Guidelines] - Chapter 5 (PDF)
    165171 * FAQ on how to use Unicode in software: http://www.cl.cam.ac.uk/~mgk25/unicode.html