Changeset 21927 for trunk/lib/unicode/cptable.c
- Timestamp:
- Dec 23, 2011, 7:16:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/unicode/cptable.c
r21916 r21927 150 150 151 151 /* get the table of a given code page */ 152 const union cptable *cp_get_table( unsigned int codepage )152 _K32CONV const union cptable *cp_get_table( unsigned int codepage ) 153 153 { 154 154 const union cptable **res; … … 166 166 167 167 /* enum valid codepages */ 168 const union cptable *cp_enum_table( unsigned int index )168 _K32CONV const union cptable *cp_enum_table( unsigned int index ) 169 169 { 170 170 if (index >= NB_CODEPAGES) return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.