Char::Class::JaInput - Regular Expression Character Classes - JaInput
Character classes for Japanese input method
InJaInputBoin
InJaInputDigit
InJaInputEnglishSymbol
InJaInputHiraganaMin
InJaInputKanaSymbol
InJaInputKatakana
InJaInputKatakanaSymbol
InJaInputKeyKatakana
InJaInputLatin
InJaInputLatinCapital
InJaInputLatinSmall
InJaInputShiin
InJaInputYomi
use Char::Class::JaInput; if ($s =~ /\p{InLatin}/) { print "Match!\n"; }
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.
Copyright 2007 わかば (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.