Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Class and Description |
---|---|
class |
EUCJPCharacterHandler
Character encoding handler for EUC-JP encoded text.
|
class |
UTF8CharacterHandler
Character encoding handler for UTF-8 encoded text.
|
Modifier and Type | Method and Description |
---|---|
EncodedCharacterHandler |
Indexable.getEncodedCharacterHandler() |
Modifier and Type | Field and Description |
---|---|
protected EncodedCharacterHandler |
FileBasedDictionary.characterHandler
Stores the character handler created by a call to
createCharacterHandler and used thorough this class. |
Modifier and Type | Method and Description |
---|---|
protected EncodedCharacterHandler |
WadokuJT.createCharacterHandler() |
EncodedCharacterHandler |
FileBasedDictionary.getEncodedCharacterHandler()
Return a character handler which understands the character encoding format used by this
dictionary.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.