Package nablarch.core.util
Class JapaneseCharacterSet
java.lang.Object
nablarch.core.util.JapaneseCharacterSet
Deprecated.
日本語の文字集合を表すクラス
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.半角英数字static final String
Deprecated.半角英字static final String
Deprecated.ASCII文字static final String
Deprecated.ASCII記号static final String
Deprecated.外字static final String
Deprecated.半角文字static final String
Deprecated.半角カナstatic final String
Deprecated.IBM拡張文字static final String
Deprecated.JIS第1~2区の記号文字static final String
Deprecated.JIS第1水準static final String
Deprecated.JIS第2水準static final String
Deprecated.半角英小文字static final String
Deprecated.NEC選定IBM拡張static final String
Deprecated.NEC特殊文字static final String
Deprecated.半角数字static final String
Deprecated.半角スペースstatic final String
Deprecated.半角英大文字static final String
Deprecated.全角英字static final String
Deprecated.全角記号その他static final String
Deprecated.全角ギリシャ文字static final String
Deprecated.全角ひらがなstatic final String
Deprecated.全角漢字static final String
Deprecated.全角カタカナstatic final String
Deprecated.罫線static final String
Deprecated.全角数字static final String
Deprecated.全角ロシア文字static final String
Deprecated.全角記号 -
Method Summary
-
Field Details
-
NUMERIC
Deprecated.半角数字- See Also:
-
LOWER_ALPHABET
Deprecated.半角英小文字- See Also:
-
UPPER_ALPHABET
Deprecated.半角英大文字- See Also:
-
ASCII_SYMBOL
Deprecated.ASCII記号- See Also:
-
SPACE
Deprecated.半角スペース- See Also:
-
HANKAKU_KANA_CHARS
Deprecated.半角カナ- See Also:
-
ALPHABET
Deprecated.半角英字- See Also:
-
ALPHA_NUMERIC
Deprecated.半角英数字- See Also:
-
ASCII_CHARS
Deprecated.ASCII文字- See Also:
-
HANKAKU_CHARS
Deprecated.半角文字- See Also:
-
ZENKAKU_NUM_CHARS
Deprecated.全角数字- See Also:
-
ZENKAKU_ALPHA_CHARS
Deprecated.全角英字- See Also:
-
ZENKAKU_HIRAGANA_CHARS
Deprecated.全角ひらがな- See Also:
-
ZENKAKU_KATAKANA_CHARS
Deprecated.全角カタカナ- See Also:
-
LEVEL1_KANJI
Deprecated.JIS第1水準- See Also:
-
LEVEL2_KANJI
Deprecated.JIS第2水準- See Also:
-
JIS_SYMBOL_CHARS
Deprecated.JIS第1~2区の記号文字- See Also:
-
ZENKAKU_GREEK_CHARS
Deprecated.全角ギリシャ文字- See Also:
-
ZENKAKU_KEISEN_CHARS
Deprecated.罫線- See Also:
-
ZENKAKU_RUSSIAN_CHARS
Deprecated.全角ロシア文字- See Also:
-
NEC_EXTENDED_CHARS
Deprecated.NEC選定IBM拡張- See Also:
-
NEC_SYMBOL_CHARS
Deprecated.NEC特殊文字- See Also:
-
IBM_EXTENDED_CHARS
Deprecated.IBM拡張文字- See Also:
-
ZENKAKU_KANJI
Deprecated.全角漢字- See Also:
-
ZENKAKU_SYMBOL
Deprecated.全角記号- See Also:
-
ZENKAKU_ETC
Deprecated.全角記号その他- See Also:
-
GAIJI_CHARS
Deprecated.外字- See Also:
-
CharsetDef
を使用すること。