Ignore:
Timestamp:
Apr 16, 2002, 8:27:19 AM (23 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r153 r154  
    55 *
    66 *      See encCreateCodec for an introduction.
     7 *
     8 *      Be warned, compilation of this file takes a long
     9 *      file because this includes all the complex codepage
     10 *      from include\encodings.
    711 *
    812 *@@header "encodings\base.h"
     
    150154 */
    151155
    152 ENCID encFindIdForCodepage(unsigned short usCodepage,
     156ENCID encFindIdForCodepage(unsigned short usCodepage,       // in: codepage to find
    153157                           const char **ppcszDescription,   // out: codepage description; ptr can be NULL
    154                            ENCBYTECOUNT *pByteCount)
     158                           ENCBYTECOUNT *pByteCount)        // out: SINGLE or DOUBLE
    155159{
    156160    unsigned long ul;
     
    198202 *      Unicode character used in the codepage.
    199203 *
    200  *      Remarks:
     204 *      Codec remarks:
    201205 *
    202206 *      --  All codepages share the first 128 characters
Note: See TracChangeset for help on using the changeset viewer.