mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-868 Allow more converters
X-SVN-Rev: 9131
This commit is contained in:
parent
8aae3e91ca
commit
5dbda1eb5c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "unicode/utypes.h"
|
||||
|
||||
#define UCNV_AMBIGUOUS_ALIAS_MAP_BIT 0x8000
|
||||
#define UCNV_CONVERTER_INDEX_MASK 0x7FF
|
||||
#define UCNV_CONVERTER_INDEX_MASK 0xFFF
|
||||
|
||||
/**
|
||||
* Map a converter alias name to a canonical converter name.
|
||||
|
|
Loading…
Add table
Reference in a new issue