| java.lang.Object org.apache.lucene.analysis.el.GreekCharsets
GreekCharsets | public class GreekCharsets (Code) | | GreekCharsets class contains encodings schemes (charsets) and toLowerCase() method implementation
for greek characters in Unicode, ISO-8859-7 and Microsoft Windows CP1253.
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.
author: Panagiotis Astithas, past@ebs.gr |
Method Summary | |
public static char | toLowerCase(char letter, char[] charset) |
CP1253 | public static char[] CP1253(Code) | | |
ISO | public static char[] ISO(Code) | | |
UnicodeGreek | public static char[] UnicodeGreek(Code) | | |
toLowerCase | public static char toLowerCase(char letter, char[] charset)(Code) | | |
|
|