bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext binaries for Cygwin


From: Denis Excoffier
Subject: Re: gettext binaries for Cygwin
Date: Thu, 5 Dec 2024 20:12:27 +0100

> On 2024-12-05 03:50, Brian wrote:
> 
> Denis,
> 
> could you please run the commands:
> 
> $ echo LANG "$LANG" CTYPE "$LC_CTYPE" ALL "$LC_ALL"
> $ locale
> $ for o in s u f i n; do echo "locale -$o: `locale -$o`"; done
> 
> and post your results for comparison to mine and Brunos' as a small sample?
> 
Here are my results:

$ echo LANG "$LANG" CTYPE "$LC_CTYPE" ALL "$LC_ALL"
LANG  CTYPE fr_FR@euro ALL 
$ locale
LANG=
LC_CTYPE="fr_FR@euro"
LC_NUMERIC="C.UTF-8"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_ALL=
$ for o in s u f i n; do echo "locale -$o: `locale -$o`"; done
locale -s: fr_FR
locale -u: fr_FR
locale -f: fr_FR
locale -i: fr_FR
locale -n: fr_FR
$ /.../my/gettext/bin/xgettext.exe --version
xgettext (GNU gettext-tools) 0.23
Copyright (C) 1995-2024 Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure 
<https://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous pouvez le modifier et le redistribuer.
Il n'y a PAS DE GARANTIE, dans la mesure de ce que permet la loi.
Écrit par Ulrich Drepper.
$ /.../my/coreutils/bin/ls --version
ls (GNU coreutils) 9.5
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Richard M. Stallman and David MacKenzie.
$

I added the last 2 commands to show how gettext is different from, say, ls 
(which is also compiled directly from vanilla code).

Regards,
Denis Excoffier.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]