diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-09 13:20:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-09 13:20:46 +0000 |
commit | ac0bb9fed598be269a3908b09b22dd64a3a1f06c (patch) | |
tree | d32fe72b1a6f4305d92d5c7a056217ab8b31fb0c /converters | |
parent | ba2bd60e06b21dec70f6c9270d80ea95e77e4793 (diff) | |
download | ports-ac0bb9fed598be269a3908b09b22dd64a3a1f06c.tar.gz ports-ac0bb9fed598be269a3908b09b22dd64a3a1f06c.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libutf-8/pkg-descr | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/converters/libutf-8/pkg-descr b/converters/libutf-8/pkg-descr index e647ce856776..18222743cc16 100644 --- a/converters/libutf-8/pkg-descr +++ b/converters/libutf-8/pkg-descr @@ -1,8 +1,5 @@ -A library of routines for the conversion between 31-bit Unicode values (UCS-4) -and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle -input and output from/to files and memory. Useful for i18n programmers. +A library of C routines for the conversion of Unicode to UTF-8 and back. +The library can also be used to convert the 31-bit UCS-4 mappings to UTF-8 and +back. WWW: http://www.whizkidtech.redprince.net/i18n/ - -G. Adam Stanislav -adam@redprince.net |