From owner-freebsd-i18n Fri Sep 1 8:20:47 2000 Delivered-To: freebsd-i18n@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 90B9A37B424; Fri, 1 Sep 2000 08:20:43 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.0/8.11.0) id e81FKIC29955; Fri, 1 Sep 2000 19:20:18 +0400 (MSD) (envelope-from ache) Date: Fri, 1 Sep 2000 19:20:17 +0400 From: "Andrey A. Chernov" To: Alexander Voropay Cc: i18n@FreeBSD.ORG, phantom@FreeBSD.ORG Subject: Re: Request for review: locale aliases support for libc Message-ID: <20000901192017.B29804@nagual.pp.ru> References: <34d701c01424$4a2e4b60$cd0d11ac@host205.spb.in.rosprin.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <34d701c01424$4a2e4b60$cd0d11ac@host205.spb.in.rosprin.ru>; from a.voropay@globalone.ru on Fri, Sep 01, 2000 at 06:52:03PM +0400 Organization: Biomechanoid Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 01, 2000 at 06:52:03PM +0400, Alexander Voropay wrote: > AFAIK, the presense of any forms of locale "aliasing" does not > comply current POSIX specifications : > string=setlocale(LC_xxx, "language_TERRITORY.Codeset"); > should returns _THE_SAME_ locale name _as requested_. No, it means that returned string should be not expanded to its full form. I.e. setlocale(LC_ALL, "ru") should return "ru" and not "ru_RU.KOI8-R" and do all expansions internally and invisible to caller. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message