public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] International locale
@ 2006-09-05  6:56 Pupeno
  2006-09-05 11:39 ` Benno Schulenberg
  0 siblings, 1 reply; 7+ messages in thread
From: Pupeno @ 2006-09-05  6:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

Hello,
Is there some international locale that is not tied to any particular country 
(and uses ISO standards for dates, time, sizes, etc) ?
Something like en_INT.UTF-8 which may even be eo_INT.UTF-8 or jbo_INT.UTF-8 ?
Thanks.
-- 
Pupeno <pupeno@pupeno.com> (http://pupeno.com)

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] International locale
  2006-09-05  6:56 [gentoo-user] International locale Pupeno
@ 2006-09-05 11:39 ` Benno Schulenberg
  2006-09-05 12:17   ` [gentoo-user] " Remy Blank
  0 siblings, 1 reply; 7+ messages in thread
From: Benno Schulenberg @ 2006-09-05 11:39 UTC (permalink / raw
  To: gentoo-user

Pupeno wrote:
> Is there some international locale

Sounds like a contradiction in terms to me.  :)

> that is not tied to any 
> particular country (and uses ISO standards for dates, time,
> sizes, etc) ?

What would it use for LC_MONETARY?

> Something like en_INT.UTF-8 which may even be eo_INT.UTF-8

Have you tried creating one yourself?  You know about eo_XX.txt?  

Benno

-- 
Cetere mi opinias ke ne ĉio tradukenda estas.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: International locale
  2006-09-05 11:39 ` Benno Schulenberg
@ 2006-09-05 12:17   ` Remy Blank
  2006-09-05 12:38     ` Neil Bothwick
  2006-09-05 13:04     ` Peter Ruskin
  0 siblings, 2 replies; 7+ messages in thread
From: Remy Blank @ 2006-09-05 12:17 UTC (permalink / raw
  To: gentoo-user

Benno Schulenberg wrote:
> Pupeno wrote:
>> Is there some international locale
> 
> Sounds like a contradiction in terms to me.  :)

Not quite. I would like to have my computer completely in english, but I
hate the mm/dd/yy date format of en_US (and IIRC en_GB as well), so I
have to set LC_TIME to fr_CH, but then I have the day and month names in
french. I couldn't find an english locale that displays the date as
dd.mm.yyyy (though I didn't look for all too long).

>> that is not tied to any 
>> particular country (and uses ISO standards for dates, time,
>> sizes, etc) ?
> 
> What would it use for LC_MONETARY?

That's a valid point.

Creating one should not be all too difficult, as it would only involve
copying the preferred locale and modifying a few items. I haven't taken
the time to try it, though.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: International locale
  2006-09-05 12:17   ` [gentoo-user] " Remy Blank
@ 2006-09-05 12:38     ` Neil Bothwick
  2006-09-05 13:04     ` Peter Ruskin
  1 sibling, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2006-09-05 12:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

On Tue, 05 Sep 2006 14:17:15 +0200, Remy Blank wrote:

> Not quite. I would like to have my computer completely in english, but I
> hate the mm/dd/yy date format of en_US (and IIRC en_GB as well)

en_GB uses dd/mm/yy


-- 
Neil Bothwick

Bury a lawyer 12 feet under, because deep down they're nice.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: International locale
  2006-09-05 12:17   ` [gentoo-user] " Remy Blank
  2006-09-05 12:38     ` Neil Bothwick
@ 2006-09-05 13:04     ` Peter Ruskin
  2006-09-05 13:25       ` Remy Blank
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Ruskin @ 2006-09-05 13:04 UTC (permalink / raw
  To: gentoo-user

On Tuesday 05 September 2006 13:17, Remy Blank wrote:
> Not quite. I would like to have my computer completely in
> english, but I hate the mm/dd/yy date format of en_US (and IIRC
> en_GB as well), so I have to set LC_TIME to fr_CH, but then I
> have the day and month names in french. I couldn't find an
> english locale that displays the date as dd.mm.yyyy (though I
> didn't look for all too long).

$ date
Tue Sep  5 14:02:19 BST 2006
$ echo $LC_TIME
en_GB.utf8

-- 
Peter
========================================================================
Gentoo Linux: Portage 2.1.1_rc1-r3.		kernel-2.6.17-gentoo-r5.
2006 i686 AMD Athlon(tm) 64.		gcc(GCC): 3.4.4.
KDE: 3.5.4.				Qt: 3.3.6.
========================================================================
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: International locale
  2006-09-05 13:04     ` Peter Ruskin
@ 2006-09-05 13:25       ` Remy Blank
  2006-09-05 20:48         ` Michael Mauch
  0 siblings, 1 reply; 7+ messages in thread
From: Remy Blank @ 2006-09-05 13:25 UTC (permalink / raw
  To: gentoo-user

Peter Ruskin wrote:
> On Tuesday 05 September 2006 13:17, Remy Blank wrote:
>> I couldn't find an
>> english locale that displays the date as dd.mm.yyyy (though I
>> didn't look for all too long).
> 
> $ date
> Tue Sep  5 14:02:19 BST 2006
> $ echo $LC_TIME
> en_GB.utf8

I meant:

$ LC_TIME=en_US date +%x
09/05/2006

But as Neil already pointed out, en_GB has it the other way round, i.e.
it would print 05/09/06 (I would still prefer 05.09.2006). I just
noticed fr_CH is bad, too: 05. 09. 06 (why do they have these spaces in
there?), de_CH is quite ok: 2006-09-05. But you still get the day and
month names in the respective languages.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: International locale
  2006-09-05 13:25       ` Remy Blank
@ 2006-09-05 20:48         ` Michael Mauch
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Mauch @ 2006-09-05 20:48 UTC (permalink / raw
  To: gentoo-user

Remy Blank wrote:

> Peter Ruskin wrote:
> > On Tuesday 05 September 2006 13:17, Remy Blank wrote:
> >> I couldn't find an
> >> english locale that displays the date as dd.mm.yyyy (though I
> >> didn't look for all too long).
> > 
> > $ date
> > Tue Sep  5 14:02:19 BST 2006
> > $ echo $LC_TIME
> > en_GB.utf8
> 
> I meant:
> 
> $ LC_TIME=en_US date +%x
> 09/05/2006
> 
> But as Neil already pointed out, en_GB has it the other way round, i.e.
> it would print 05/09/06 (I would still prefer 05.09.2006). I just
> noticed fr_CH is bad, too: 05. 09. 06 (why do they have these spaces in
> there?), de_CH is quite ok: 2006-09-05. But you still get the day and
> month names in the respective languages.

# egrep "^en" /usr/share/i18n/SUPPORTED >>/etc/locale.gen
# locale-gen
...

# locale -a|grep en|while read loc ; do 
   LC_TIME="$loc" date "+$loc: %A %x"; 
  done | grep Tuesday | grep 05.09.2006

en_BW: Tuesday 05/09/2006
en_BW.utf8: Tuesday 05/09/2006
en_ZA: Tuesday 05/09/2006
en_ZA.utf8: Tuesday 05/09/2006
en_ZW: Tuesday 05/09/2006
en_ZW.utf8: Tuesday 05/09/2006

Alas, no dots.

Regards...
		Michael
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-09-05 20:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-05  6:56 [gentoo-user] International locale Pupeno
2006-09-05 11:39 ` Benno Schulenberg
2006-09-05 12:17   ` [gentoo-user] " Remy Blank
2006-09-05 12:38     ` Neil Bothwick
2006-09-05 13:04     ` Peter Ruskin
2006-09-05 13:25       ` Remy Blank
2006-09-05 20:48         ` Michael Mauch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox