[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] cygwin started speaking German today
From: |
Corinna Vinschen |
Subject: |
Re: [bug-gettext] cygwin started speaking German today |
Date: |
Thu, 8 Sep 2011 15:50:39 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
[from vacation]
On Sep 8 12:46, Bruno Haible wrote:
> After Cygwin 1.7 added working locales and defined LANG=C.UTF-8 for all users,
> libintl could be extended to respect the choices the user has made in the
> system control panels.
That's the wrong approach. As I wrote in an earlier message with
respect to libintl, Cygwin is not Windows but a POSIX system in the
first place. Do NOT call Windows functions in Cygwin libraries, unless
the lib is doing something very special which isn't provided by POSIX
functions. Only call POSIX functions. Don't mix the Cygwin and the
Windows environment. Please leave the interfacing to the underlying OS
the sole job of Cygwin. This includes how the internationalization
environment is handled. Basically, if you add a #ifdef __CYGWIN__
to your code to call Windows functions, don't.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cygwin AT cygwin DOT com
Red Hat
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Re: [bug-gettext] cygwin started speaking German today, Charles Wilson, 2011/09/08
- Re: [bug-gettext] cygwin started speaking German today, Bruno Haible, 2011/09/08
- Re: [bug-gettext] cygwin started speaking German today, Voelker, Bernhard, 2011/09/08
- Re: [bug-gettext] cygwin started speaking German today, Charles Wilson, 2011/09/08
- Re: [bug-gettext] cygwin started speaking German today, Bruno Haible, 2011/09/08
- Re: [bug-gettext] cygwin started speaking German today, Charles Wilson, 2011/09/09
- Re: [bug-gettext] cygwin started speaking German today, Andy Koppe, 2011/09/09
- Message not available
- Re: [bug-gettext] cygwin started speaking German today, Eric Blake, 2011/09/13
Re: [bug-gettext] cygwin started speaking German today,
Corinna Vinschen <=