NAME

Char::Class::JaInput - Regular Expression Character Classes - JaInput


DESCRIPTION

Character classes for Japanese input method


COLLECTION NAMES

InJaInputBoin

母音字 (JIS X 4063:2000 3.c))

InJaInputDigit

数字 (JIS X 4064:2002 5.e))

InJaInputEnglishSymbol

英字用特殊文字 (JIS X 6002-1980 4.2.4 (1))

InJaInputHiraganaMin

平仮名 (最小集合) (JIS X 4064:2002 5.a))

InJaInputKanaSymbol

仮名記号 (JIS X 4064:2002 5.c))

InJaInputKatakana

片仮名 (最小集合) (JIS X 4064:2002 5.b))

InJaInputKatakanaSymbol

片仮名用特殊文字 (JIS X 6002-1980 4.2.4 (2))

InJaInputKeyKatakana

片仮名 (鍵盤) (JIS X 6002-1980 4.2.2)

InJaInputLatin

英字 (JIS X 4064:2002 5.d))

InJaInputLatinCapital

英字 (大文字) (JIS X 6002-1980 4.2.1 (1))

InJaInputLatinSmall

英字 (小文字) (JIS X 6002-1980 4.2.1 (2))

InJaInputShiin

子音字 (JIS X 4063:2000 3.b))

InJaInputYomi

よみ文字列として交換を保証する文字 (JIS X 4062:1998 表1)


EXAMPLE

 use Char::Class::JaInput;
 if ($s =~ /\p{InLatin}/) {
   print "Match!\n";
 }


SEE ALSO

JIS X 4062:1998, 『仮名漢字変換辞書交換形式 (Format for information interchange for dictionaries of Japanese input method)』, 日本工業標準調査会 (Japanese Industrial Standard Commitee (JISC), <http://www.jisc.go.jp/>), 1998.

JIS X 4063:2000, 『仮名漢字変換システムのための英字キー入力から仮名への変換方式 (Keystroke to KANA Transfer Method Using Latin Letter Key for Japanese Input Method)』, 日本工業標準調査会), 2000.

JIS X 4064:2002, 『仮名漢字変換システムの基本機能 (Basic functions of Kana‐Kanji conversion systems)』, 日本工業標準調査会, 2000.

JIS X 6002-1980, 『情報処理系けん盤配列 (Keyboard Layout for Information Processing Using the JIS 7 Bit Coded Character Set)』, 日本工業標準調査会, 1980.


LICENSE

Copyright 2008 わかば (Wakaba) <w@suika.fam.cx>

This library and the library generated by it is free software; you can redistribute them and/or modify them under the same terms as Perl itself.