X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Lapo Luchini <lapo@lapo.it>
Subject:  Re: Locales with wrong umlauts
Date: Sun, 26 Mar 2006 12:02:59 +0000 (UTC)
Lines: 33
Message-ID:  <loom.20060326T135539-102@post.gmane.org>
References:  <200406261959.28313.k-cygwin@ailis.de> <cbksmt$7vi$1@sea.gmane.org> <Pine.GSO.4.58.0406261847590.6778@slinky.cs.nyu.edu>
Mime-Version:  1.0
Content-Type:  text/plain; charset=utf-8
Content-Transfer-Encoding:  8bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Igor Pechtchanski <pechtcha <at> cs.nyu.edu> writes:

> On Sun, 27 Jun 2004, A. Alper Atici wrote:
> 
> > try the following:
> > set OUTPUT_CHARSET=iso-8859-1
> 
> Wow.  Thanks, this was *extremely* useful.  Interestingly enough, the
> OUTPUT_CHARSET option was not mentioned anywhere in the gettext/libintl
> documentation, but a search for it unearthed another couple of messages on
> this list from earlier this year with the same info[*] (one was from you).

Extremely useful to me too, I was quite fed up to see "`a" instead of "à" =)

I also noticed that OUTPUT_CHARSET=CP1252 *may* be preferred, compare the
following outputs:

% mtn up                         
monotone: gi`a aggiornato a '1848d7dfabfbed09fe53856da038e31eed0f42dc'
% OUTPUT_CHARSET=CP1252 monotone up
monotone: già aggiornato a ‘1848d7dfabfbed09fe53856da038e31eed0f42dc’
% OUTPUT_CHARSET=ISO8859-1 monotone up 
monotone: già aggiornato a `1848d7dfabfbed09fe53856da038e31eed0f42dc´
% OUTPUT_CHARSET=ISO8859-15 mtn up
monotone: già aggiornato a '1848d7dfabfbed09fe53856da038e31eed0f42dc'

In order to really "check" it some gettext with an euro symbol should be used,
but I'm not aware of any that does and I don't have the time to create one right
now 0=)

Instead of putting it simply in some FAQ couldn't Cygwin define that env var
correctly "by default"? (after all the system *knows* which charset it is using,
I guess?)


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

