1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/p5-I18N-Charset/pkg-descr
Ade Lovett ccc19be4da p5-I18N-Charset maps Character Set names to the names officially
registered with IANA

PR:		15698
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-01-29 03:01:23 +00:00

12 lines
392 B
Plaintext

This distribution contains a module I18N::Charset which maps Character
Set names to the names officially registered with IANA. For example,
'Shift_JIS' is the official name of 'x-sjis'.
It also maps character set names to Unicode::Map8 conversion scheme
names (if Unicode::Map8 is installed). For example, the Unicode::Map8
scheme name for 'windows-1251' is 'cp1251'.
--dima
dima@Chg.RU