Changeset 229 for trunk/src/helpers/encodings.c
- Timestamp:
- Nov 24, 2002, 9:45:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/encodings.c
r222 r229 13 13 * 14 14 * Be warned, compilation of this file takes a long 15 * file because this includes all the complex codepages15 * time because this includes all the complex codepages 16 16 * from include\encodings. 17 17 * … … 79 79 unsigned long cEntries; // entries in map (array item count) 80 80 unsigned short usCodepageOS2; // corresponding OS/2 codepage or 0 if none 81 // V 0.9.21(2002-08-21) [umoeller]81 // V1.0.0 (2002-08-21) [umoeller] 82 82 unsigned short usLatin; // ISO 8859-X correspondance or 0 83 83 ENCBYTECOUNT bc; … … 234 234 * and reuse it for future conversions. In addition, 235 235 * 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 237 237 * n * sizeof(USHORT) bytes, where n is the highest 238 238 * Unicode character used in the codepage. … … 355 355 /* 356 356 *@@ encFreeCodec: 357 * frees a codec created with enc FreeConversion357 * frees a codec created with encCreateCodec 358 358 * and sets the given pointer to NULL. 359 359 * … … 446 446 * pointer is advanced anyway). 447 447 * 448 * This returns 0 if * *ppch points to a448 * This returns 0 if *ppch points to a 449 449 * null character. 450 450 *
Note:
See TracChangeset
for help on using the changeset viewer.