Diff for /embedaddon/libiconv/NOTES between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2021/03/17 13:38:46
Line 200  A: libiconv, as an internationalization library, suppo Line 200  A: libiconv, as an internationalization library, suppo
      * ISO-2022-JP-1       * ISO-2022-JP-1
        We implement this because it's in the RFCs, but I don't think it is         We implement this because it's in the RFCs, but I don't think it is
        really used.         really used.
        * ISO-2022-JP-MS
          We implement this because Microsoft Outlook Express / Microsoft MimeOLE
          sends emails in this encoding.
      * U90, S90       * U90, S90
        We DON'T implement this because I have no informations about what it         We DON'T implement this because I have no informations about what it
        is or who uses it.         is or who uses it.
Line 314  A: libiconv, as an internationalization library, suppo Line 317  A: libiconv, as an internationalization library, suppo
        a nice encoding for debugging.         a nice encoding for debugging.
      * UNICODE (big endian), UNICODEFEFF (little endian)       * UNICODE (big endian), UNICODEFEFF (little endian)
        We DON'T implement these because they are stupid and not standardized.         We DON'T implement these because they are stupid and not standardized.
   Full Unicode, in terms of `uint16_t' or `uint32_t'   Full Unicode, in terms of 'uint16_t' or 'uint32_t'
    (with machine dependent endianness and alignment)     (with machine dependent endianness and alignment)
      * UCS-2-INTERNAL, UCS-4-INTERNAL       * UCS-2-INTERNAL, UCS-4-INTERNAL
        We implement these because they are the preferred internal         We implement these because they are the preferred internal

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>