Tweak japanese/font-motoya-al version 0.0.20100921_6
[dports.git] / japanese / p5-nkf / pkg-descr
1 This is a Perl extension module to use NKF (Network Kanji Filter).
2 It converts the kanji code given as input (which encoding is
3 automatically recognized) to designated kanji code such as ISO-2022-JP,
4 Shift_JIS, EUC-JP, UTF-8, UTF-16 or UTF-32.
5
6 The syntax is as follows:
7
8         use NKF;
9         $output = nkf (@flags, $input)