public class RomajiTranslator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RomajiTranslator.Conversion |
static class |
RomajiTranslator.Hiragana |
static class |
RomajiTranslator.Katakana |
Modifier and Type | Field and Description |
---|---|
static RomajiTranslator.Conversion |
HIRAGANA |
static RomajiTranslator.Conversion |
KATAKANA |
Modifier and Type | Method and Description |
---|---|
static boolean |
isApplicableChar(char c) |
static String |
translate(StringBuilder buf,
RomajiTranslator.Conversion c)
Translate a string of romanji text into a string of unicode
by applying the given conversion
|
public static final RomajiTranslator.Conversion HIRAGANA
public static final RomajiTranslator.Conversion KATAKANA
public static String translate(StringBuilder buf, RomajiTranslator.Conversion c)
buf
- StringBuilder to place result intoconv
- Conversion to applypublic static final boolean isApplicableChar(char c)
Copyright © 2001-2013. All Rights Reserved.