Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 19:20:17 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Alexander Voropay <a.voropay@globalone.ru>
Cc:        i18n@FreeBSD.ORG, phantom@FreeBSD.ORG
Subject:   Re: Request for review: locale aliases support for libc
Message-ID:  <20000901192017.B29804@nagual.pp.ru>
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 %2B0400
References:  <34d701c01424$4a2e4b60$cd0d11ac@host205.spb.in.rosprin.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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
<ache@nagual.pp.ru>
http://ache.pp.ru/


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?20000901192017.B29804>