Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <402A5871.7070508@contact.bg>
Date: Wed, 11 Feb 2004 18:29:37 +0200
From: Alexander Shopov <ash@contact.bg>
User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Another NON trivial Cyrillic question
References: <402A0DA2.6030508@contact.bg> <402A3459.3000405@contact.bg> <Pine.GSO.4.56.0402110924260.9477@slinky.cs.nyu.edu> <ubro5is8s.fsf@intel.com> <Pine.GSO.4.56.0402111036430.11287@slinky.cs.nyu.edu>
In-Reply-To: <Pine.GSO.4.56.0402111036430.11287@slinky.cs.nyu.edu>
Content-Type: text/plain; charset=windows-1251; format=flowed
X-IsSubscribed: yes
Note-from-DJ: This may be spam
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id i1BGO02q031028

Well, this is not entirely true.
While programs do lookup the LANG envvar, they do not recode properly.
For example when I do:
export LANG=bg_BG.CP1251
or
export LANG=bg_BG.UTF-8

wget uses the bulgarian po-file translation, but it is not recoded 
properly and is just a Latin-1 dump of an UTF-8 file (the wget.mo is 
compiled from an properly encoded UTF-8 po file)
In both cases:
I get:

$ touch кирил
$ rm -v кирил
removing `\352\350\360\350\353'

I have installed
libgettextpo0 - 0.12.1-3
libiconv2 - 1.9.1-3
libintl - 0.10.38.-3
libintl1 - 0.10.40-1
libintl2 - 0.12.1-3


locale database is part of libc. Where do I look for it in Cygwin?
I have the sources for the Bulgarian locale. I could try to compile it.
While under GNU/Linux I prefer UTF-8 locales, I have to use a CP1251 one 
under windows.

Best regards:
al_shopov




>>What does it mean to "have your locale settings straight" in cygwin ?
>>Is it possible to make cygwin respect Windows locale settings (it
>>seems that they don't affect cygwin out of the box) ? Or may be
>>one should install Unix-like locale database and use variables like
>>LANG to choose locale ?
> 
> 
> The latter.
> 	Igor


