9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: dexen deVries <dexen.devries@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] radar
Date: Wed,  5 Oct 2011 13:01:57 +0200	[thread overview]
Message-ID: <201110051301.58269.dexen.devries@gmail.com> (raw)
In-Reply-To: <725ca374c39351aa3e3f652762be3b3d@quintile.net>

On Wednesday 05 of October 2011 12:47:53 Steve Simon wrote:
> As a UK resident it has occasionaly hit me how some bits of plan9
> (and there are only a few) are US centric.
> 
> perhaps we could have somthing like /adm/country/ (analogous to
> /adm/timezone) which would have various config files for things like
> radar, areacodes/stdcodes zipcodes/postcodes, weather, tv etc.
> 
> I wouldn't want to follow Linux's LC_COLLATE and friends but plan9 standard
> way of handling such stuff might be nice.

while LC_COLLATE & friends on Linux are runtime-configurable (which leads to 
extra complexity), perhaps on Plan 9 it would be OK to just link in the right 
libraries? 

let /lib/ contain libraries with subroutines for `generic' locale (the current 
implementation)
let /lib/i18n/en_GB/lib/ contain libraries with subroutines tailored for 
`en_GB' locale
let /lib/i18n/pl_PL/lib/ contain libraries with subroutines tailored for 
`pl_PL' locale

before building any program, Steve would
bind -b /lib/i18n/en_GB/lib/ /lib/

and I would 
bind -b /lib/i18n/pl_PL/lib/ /lib/

-- 
dexen deVries

[[[↓][→]]]

http://xkcd.com/732/



  reply	other threads:[~2011-10-05 11:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-05  3:06 erik quanstrom
2011-10-05  9:09 ` smj
2011-10-05  5:43   ` erik quanstrom
2011-10-05  6:31     ` erik quanstrom
2011-10-05 11:55       ` smj
2011-10-05  8:44         ` Andy Spencer
2011-10-05 13:56           ` erik quanstrom
2011-10-06 16:11         ` erik quanstrom
2011-10-07 10:35           ` Gorka Guardiola
2011-10-05 10:47 ` Steve Simon
2011-10-05 11:01   ` dexen deVries [this message]
2011-10-05 11:20     ` Steve Simon
2011-10-05 11:43       ` dexen deVries
2011-10-05 13:37         ` erik quanstrom
2011-10-05 13:45       ` erik quanstrom
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03  4:18 erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201110051301.58269.dexen.devries@gmail.com \
    --to=dexen.devries@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).