Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2000 12:26:24 +0400
From:      "Alexander Voropay" <a.voropay@globalone.ru>
To:        <freebsd-i18n@FreeBSD.ORG>
Subject:   i18n in FreeBSD
Message-ID:  <02c401bfc3c7$9a5170c0$cd0d11ac@host205.spb.in.rosprin.ru>

next in thread | raw e-mail | index | archive | help
Hi!

 I have some questions about i18n in FreeBSD.
What about these things ?


1) nl_langinfo(3) and <langinfo.h> implememtation
http://www.opengroup.org/onlinepubs/7908799/xsh/nl_langinfo.html
http://www.opengroup.org/onlinepubs/7908799/xsh/langinfo.h.html


2) UNICODE & UTF-8 support
 See :
http://www.cl.cam.ac.uk/~mgk25/unicode.html
ftp://ftp.ilog.fr/pub/Users/haible/utf8/Unicode-HOWTO.html


3) POSIX UNICODE locales, like
LANG=en_US.UTF-8
LANG=ru_RU.UTF-8
LANG=ja_JP.UTF-8
...


4) "Modular" iconv(1) utility & iconv(3) function:
http://www.opengroup.org/onlinepubs/7908799/xsh/iconv.html
http://www.opengroup.org/onlinepubs/7908799/xcu/iconv.html
So, for
$ iconv  -f ISO_2022-JP  -t UFT-8  myjpfile.txt
system should have libraries
/usr/share/iconv/iso_2022-j.so
/usr/share/iconv/utf-8.so


5) UNICODE (UTF-8) messages catalogs for NLS subsystem
for catopen(3) .cat and gettext(3)/texdomain(3) .po .


--
-=AV=-



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-i18n" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02c401bfc3c7$9a5170c0$cd0d11ac>