ICU-484 mbcs 3 - more efficient stage 1/2 indexing, truncate stage 1 for BMP-only codepages, compact stage 2
X-SVN-Rev: 3320
This commit is contained in:
parent
518b2e1a4a
commit
0556db591c
@ -86,6 +86,10 @@ typedef struct UConverterMBCSTable {
|
||||
uint8_t outputType, unicodeMask;
|
||||
} UConverterMBCSTable;
|
||||
|
||||
enum {
|
||||
MBCS_STAGE_2_MULTIPLIER=4
|
||||
};
|
||||
|
||||
/**
|
||||
* MBCS data structure as part of a .cnv file:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user