Changes between Version 8 and Version 9 of rfc23_ogr_unicode


Ignore:
Timestamp:
Feb 2, 2009, 2:38:49 AM (15 years ago)
Author:
Kosta
Comment:

text formating fixed

Legend:

Unmodified
Added
Removed
Modified
  • rfc23_ogr_unicode

    v8 v9  
    4848
    4949 * "": The current locale.  Use this when converting from/to the users locale.
    50  * "UTF-8": Unicode in multi-byte encoding.  Most of the time this will be
    51 our internal linga-franca.
     50 * "UTF-8": Unicode in multi-byte encoding.  Most of the time this will be our internal linga-franca.
    5251 * "POSIX": I think this is roughly ASCII (perhaps with some extended characters?). 
    5352 * "UCS-2": Two byte unicode.  This is a wide character format and only suitable for use with the wchar_t methods.
     
    6968will be provided which:
    7069
    71  * implements UCS-2 / UTF-8 interconversion using either mbtowc/wctomb, or an implementation derived from <a href="http://www.cl.cam.ac.uk/~mgk25/unicode.html">http://www.cl.cam.ac.uk/~mgk25/unicode.html</a>.
     70 * implements UCS-2 / UTF-8 interconversion using either mbtowc/wctomb, or an implementation derived from http://www.cl.cam.ac.uk/~mgk25/unicode.html.
    7271 * Implements recoding from "" to and from "UTF-8" by doing nothing, but issuing a warning on the first use if the current locale does not appear to be the "C" locale.
    7372 * Implements recoding from "ASCII" to "UTF-8" as a null operation.