Changeset 154 for trunk/src/helpers/encodings.c
- Timestamp:
- Apr 16, 2002, 8:27:19 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/encodings.c
r153 r154 5 5 * 6 6 * 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. 7 11 * 8 12 *@@header "encodings\base.h" … … 150 154 */ 151 155 152 ENCID encFindIdForCodepage(unsigned short usCodepage, 156 ENCID encFindIdForCodepage(unsigned short usCodepage, // in: codepage to find 153 157 const char **ppcszDescription, // out: codepage description; ptr can be NULL 154 ENCBYTECOUNT *pByteCount) 158 ENCBYTECOUNT *pByteCount) // out: SINGLE or DOUBLE 155 159 { 156 160 unsigned long ul; … … 198 202 * Unicode character used in the codepage. 199 203 * 200 * Remarks:204 * Codec remarks: 201 205 * 202 206 * -- All codepages share the first 128 characters
Note:
See TracChangeset
for help on using the changeset viewer.