NAME
Encode::JP::Mobile::Charnames - define pictogram names for "\N{named}" string literal escapes
SYNOPSIS
use Encode::JP::Mobile::Charnames;
"\N{DoCoMo Beer} \N{DoCoMo ファーストフード}\n";
Encode::JP::Mobile::Charnames::unicode2name(0xE672); # => 'ビール'
Encode::JP::Mobile::Charnames::unicode2name_en(0xE672); # => 'Beer'
Encode::JP::Mobile::Charnames::vianame('DoCoMo Beer'); # => 0xE672
AUTHOR
Tokuhiro Matsuno <tokuhirom ta mfac ・ jp>
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 144:
Non-ASCII character seen before =encoding in 'ファーストフード}\n";'. Assuming CP1252