From owner-freebsd-hackers Wed Aug 27 19:00:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA29715 for hackers-outgoing; Wed, 27 Aug 1997 19:00:35 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA29708 for ; Wed, 27 Aug 1997 19:00:32 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id UAA07750; Wed, 27 Aug 1997 20:37:09 -0500 (EST) Date: Wed, 27 Aug 1997 20:37:09 -0500 (EST) From: John Fieber To: Julian Elischer cc: hackers@FreeBSD.ORG Subject: Re: Japanese locale stuff In-Reply-To: <3404BC55.19A13460@whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 27 Aug 1997, Julian Elischer wrote: > Does anyone out there in the freebsd Japanese world > have /usr/share/locale entries for the japanese hcaracter sets and > encodings No I don't but that reminds me, I started working on the Normative Addition 1 (see http://www.lysator.liu.se/c/na1.html) to ANSI C, which mainly includes wide versions of the io functions (eg fgetwc and fputwc) and ctype functions (iswalpha etc.). I don't really have time to work on this little project but would be happy to donate what I have to anyone who would be interested. I also have a servicable LC_CTYPE for making Unicode based locales (using UTF-8 encoding). -john