|
Relates :
|
Unicode: http://www.unicode.org/reports/tr18/
2.5.1 Individually Named Characters
The following provides syntax for specifying a code point by supplying the precise name. This syntax specifies a single code point, which can thus be used in ranges.
<codepoint> := "\N{" <character_name> "}"
Perl: http://perldoc.perl.org/charnames.html
|