mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-2147 Added SCSU and BOCU-1 converters
X-SVN-Rev: 24142
This commit is contained in:
parent
fac1ab82dc
commit
f362efe4ed
1 changed files with 3 additions and 3 deletions
|
@ -109,8 +109,8 @@ public abstract class CharsetICU extends Charset{
|
|||
}
|
||||
private static final HashMap algorithmicCharsets = new HashMap();
|
||||
static{
|
||||
/*algorithmicCharsets.put("BOCU-1", "com.ibm.icu.charset.CharsetBOCU1" );
|
||||
algorithmicCharsets.put("lmbcs1", "com.ibm.icu.charset.CharsetLMBCS1" );
|
||||
algorithmicCharsets.put("BOCU-1", "com.ibm.icu.charset.CharsetBOCU1" );
|
||||
/*algorithmicCharsets.put("lmbcs1", "com.ibm.icu.charset.CharsetLMBCS1" );
|
||||
algorithmicCharsets.put("lmbcs11", "com.ibm.icu.charset.CharsetLMBCS11" );
|
||||
algorithmicCharsets.put("lmbcs16", "com.ibm.icu.charset.CharsetLMBCS16" );
|
||||
algorithmicCharsets.put("lmbcs17", "com.ibm.icu.charset.CharsetLMBCS17" );
|
||||
|
@ -122,8 +122,8 @@ public abstract class CharsetICU extends Charset{
|
|||
algorithmicCharsets.put("lmbcs5", "com.ibm.icu.charset.CharsetLMBCS5" );
|
||||
algorithmicCharsets.put("lmbcs6", "com.ibm.icu.charset.CharsetLMBCS6" );
|
||||
algorithmicCharsets.put("lmbcs8", "com.ibm.icu.charset.CharsetLMBCS8" )
|
||||
algorithmicCharsets.put("scsu", "com.ibm.icu.charset.CharsetSCSU" );
|
||||
*/
|
||||
algorithmicCharsets.put("SCSU", "com.ibm.icu.charset.CharsetSCSU" );
|
||||
algorithmicCharsets.put("US-ASCII", "com.ibm.icu.charset.CharsetASCII" );
|
||||
algorithmicCharsets.put("ISO-8859-1", "com.ibm.icu.charset.Charset88591" );
|
||||
algorithmicCharsets.put("UTF-16", "com.ibm.icu.charset.CharsetUTF16" );
|
||||
|
|
Loading…
Add table
Reference in a new issue