public class GreekCharsets
extends java.lang.Object
Each encoding scheme contains lowercase (positions 0-35) and uppercase (position 36-68) characters, including accented ones. One should be able to add other encoding schemes (see RFC 1947) by adding the definition of a new charset as well as the required logic in the toLowerCase() method.
Modifier and Type | Field and Description |
---|---|
static char[] |
CP1253
Deprecated.
|
static char[] |
ISO
Deprecated.
|
static char[] |
UnicodeGreek
Deprecated.
|
Constructor and Description |
---|
GreekCharsets()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static char |
toLowerCase(char letter,
char[] charset)
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.