diff options
author | ade <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
commit | 29e27c6e855b1c53b3341511083b91c45b8288b4 (patch) | |
tree | f33125d7d3ccce7c24f3c8e698893ee789f2d73a /misc/p5-I18N-Charset/pkg-descr | |
parent | a04be7bf240c66a556ebf25ea6c2d0ecd2e16e82 (diff) | |
download | FreeBSD-ports-29e27c6e855b1c53b3341511083b91c45b8288b4.zip FreeBSD-ports-29e27c6e855b1c53b3341511083b91c45b8288b4.tar.gz |
p5-I18N-Charset maps Character Set names to the names officially
registered with IANA
PR: 15698
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'misc/p5-I18N-Charset/pkg-descr')
-rw-r--r-- | misc/p5-I18N-Charset/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/p5-I18N-Charset/pkg-descr b/misc/p5-I18N-Charset/pkg-descr new file mode 100644 index 0000000..59f7ef3 --- /dev/null +++ b/misc/p5-I18N-Charset/pkg-descr @@ -0,0 +1,11 @@ + +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 |