Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/encodings.c

    r222 r229  
    1313 *
    1414 *      Be warned, compilation of this file takes a long
    15  *      file because this includes all the complex codepages
     15 *      time because this includes all the complex codepages
    1616 *      from include\encodings.
    1717 *
     
    7979    unsigned long       cEntries;           // entries in map (array item count)
    8080    unsigned short      usCodepageOS2;      // corresponding OS/2 codepage or 0 if none
    81                                             // V0.9.21 (2002-08-21) [umoeller]
     81                                            // V1.0.0 (2002-08-21) [umoeller]
    8282    unsigned short      usLatin;            // ISO 8859-X correspondance or 0
    8383    ENCBYTECOUNT        bc;
     
    234234 *      and reuse it for future conversions. In addition,
    235235 *      create codecs only for the codepages that are
    236  *      actually used. Each codec will take up
     236 *      actually used. Each codec will take up to
    237237 *      n * sizeof(USHORT) bytes, where n is the highest
    238238 *      Unicode character used in the codepage.
     
    355355/*
    356356 *@@ encFreeCodec:
    357  *      frees a codec created with encFreeConversion
     357 *      frees a codec created with encCreateCodec
    358358 *      and sets the given pointer to NULL.
    359359 *
     
    446446 *      pointer is advanced anyway).
    447447 *
    448  *      This returns 0 if **ppch points to a
     448 *      This returns 0 if *ppch points to a
    449449 *      null character.
    450450 *
Note: See TracChangeset for help on using the changeset viewer.