From owner-freebsd-i18n Mon May 22 1:27:46 2000 Delivered-To: freebsd-i18n@freebsd.org Received: from mx.globalone.ru (mx.globalone.ru [194.84.254.251]) by hub.freebsd.org (Postfix) with ESMTP id 3E7C937B6BC for ; Mon, 22 May 2000 01:27:41 -0700 (PDT) (envelope-from a.voropay@globalone.ru) Received: from hq.globalone.ru (hq.globalone.ru [172.16.38.1]) by mx.globalone.ru (8.9.3/8.9.3) with ESMTP id MAA14055 for ; Mon, 22 May 2000 12:27:30 +0400 Received: from host205.spb.in.rosprin.ru ([172.17.13.205]) by hq.globalone.ru (Netscape Messaging Server 3.62) with SMTP id 399 for ; Mon, 22 May 2000 12:27:40 +0400 Message-ID: <02c401bfc3c7$9a5170c0$cd0d11ac@host205.spb.in.rosprin.ru> Reply-To: "Alexander Voropay" From: "Alexander Voropay" To: Subject: i18n in FreeBSD Date: Mon, 22 May 2000 12:26:24 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have some questions about i18n in FreeBSD. What about these things ? 1) nl_langinfo(3) and 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