net.sourceforge.wohenchan.encoding
Interface LanguageInfoInterface
- All Known Implementing Classes:
- English, HtmlEntity, Pinyin, SimplifiedChinese, TraditionalChinese, UPlus
- public interface LanguageInfoInterface
Interface for querying language metadata.
- Version:
- $Name: $ $Date: 2003/07/11 18:12:45 $
- Author:
- $Author: wtanaka $
ALL_ENCODINGS
public static final LanguageInfoInterface[] ALL_ENCODINGS
isCharacterInLanguage
public boolean isCharacterInLanguage(char ch)
- Returns true if ch is in the language, or false if it is not.
getCanonicalString
public java.lang.String getCanonicalString()
- Returns:
- the canonical string describing this language.