public class RussianCharsets
extends java.lang.Object
Each encoding scheme contains lowercase (positions 0-31) and uppercase (position 32-63) characters. One should be able to add other encoding schemes (like ISO-8859-5 or customized) by adding a new charset and adding logic to toLowerCase() method for that charset.
Modifier and Type | Field and Description |
---|---|
static char[] |
CP1251
Deprecated.
|
static char[] |
KOI8
Deprecated.
|
static char[] |
UnicodeRussian
Deprecated.
|
Constructor and Description |
---|
RussianCharsets()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static char |
toLowerCase(char letter,
char[] charset)
Deprecated.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.