From owner-freebsd-i18n@FreeBSD.ORG Thu Aug 28 19:26:54 2008 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5314E10656FA for ; Thu, 28 Aug 2008 19:26:54 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.freebsd.org (Postfix) with ESMTP id E5AF48FC0C for ; Thu, 28 Aug 2008 19:26:53 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: by mail.geek.sh (Postfix, from userid 1000) id 2A68324D22; Thu, 28 Aug 2008 21:26:52 +0200 (SAST) Date: Thu, 28 Aug 2008 21:26:52 +0200 From: Aragon Gouveia To: freebsd-i18n@freebsd.org Message-ID: <20080828192652.GB40752@phat.za.net> References: <20080828003426.GB57611@phat.za.net> <716a8d5f0808281211s73f753bs557b3ac4446410ed@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <716a8d5f0808281211s73f753bs557b3ac4446410ed@mail.gmail.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.10-RELEASE-p2 i386 Subject: Re: Adding or editing a locale X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 19:26:54 -0000 | By Konrad Jankowski | [ 2008-08-28 21:11 +0200 ] > > I've been poking around and saw mklocale(1) and colldef(1) for compiling > > LC_CTYPE and LC_COLLATE sources, but I can't figure out how to compile the > > remaining 3 categories' source files? As well, I can't find documentation on > > the format of the remaining 3 source files? > > Hi. > The format of the rest is textual - doesn't need compilation. > I don't know of any documentation for it apart of libc sources. So they are! I didn't even think to look. Thanks. I'd like to create a locale and might take the effort of figuring out the formats from libc source. I'll try write some kind of documentation up on it all if I get the time. A single man page on this would be helpful to others in future I'm sure... Thanks, Aragon