Char::Class::JISX0221 - Regular Expression Character Classes - JISX0221
Japanese character sub-repertories, defined by JIS X 0221-1:2001 Appendix 1
Appendix 1 (informative) of JIS X 0221-1:2001 defines seven Japanese character sub-repertories:
This sub-repertory is intended to be used with BASIC JAPANESE.
This sub-repertory is intended to be used with BASIC JAPANESE.
This sub-repertory is intended to be used with BASIC JAPANESE and JAPANESE IDEOGRAPHICS SUPPLEMENT 1.
This sub-repertory is intended to be used with BASIC JAPANESE and JAPANESE IDEOGRAPHICS SUPPLEMENT 1 and 2.
This sub-repertory is intended to be used with BASIC JAPANESE and BASIC LATIN (ISO/IEC 10646-1 Appendix A.1).
This sub-repertory is intended to be used with BASIC JAPANESE.
Only a character, TILDE (U+007E) is doubly included in both BASIC JAPANESE and JAPANESE NON IDEOGRAPHICS SUPPLEMENT. Any other characters belong to one sub-repertory.
InJISX0221BasicJapanese
InJISX0221FullwidthAlphanumeric
InJISX0221HalfwidthKatakana
InJISX0221JapaneseIdeographicsSupplement1
InJISX0221JapaneseIdeographicsSupplement2
InJISX0221JapaneseIdeographicsSupplement3
InJISX0221JapaneseNonIdeographicsSupplement
use Char::Class::JISX0221; if ($s =~ /\p{InFullwidthAlphanumeric}/) { print "Match!\n"; }
ISO/IEC 10646-1:1993, ISO/IEC JTC1, 1993. Obsoleted by ISO/IEC 10646-1:2000.
ISO/IEC 10646-1:2000, ISO/IEC JTC1, 2000. Revision of ISO/IEC 10646-1:1993.
JIS X 0221-1995, Japanese Industrial Standard Commitee (JISC <http://www.jisc.go.jp/>), 1995. Obsoleted by JIS X 0221-1:2001.
JIS X 0221-1:2001, Japanese Industrial Standard Commitee (JISC <http://www.jisc.go.jp/>), 2001. JIS version of ISO/IEC 10646-1:2000. Revision of JIS X 0221-1995.
ISO/IEC 646:1991, JIS X 0201:1997, JIS X 0208:1997, JIS X 0212-1990, JIS X 0213:2000 are also related.
the Char::Class::RFC1815 manpage
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.