10 Jul 2000 »
Internationalization
??Andrew???
If you can read that (and if Advogato’s HTML filtering lets it through), then you’re doing remarkably well. If you can’t see the hiragana or Advogato filters it out (which it does), then it’s situation normal(afu) folks. When 70% of the planet does not speak English and over 50% would use non-roman character sets if they were able to read and write (a major problem in and of itself), ASCII is about as dead as last week’s undies.
Update: After posting it was obvious that Advogato is itself not I18N clean. I’ll work with Raph on an update (in my copious spare time!). As I’ve seen Danish and a couple of other languages on here, we should not discriminate against the double character set crowd.
I installed LinuxPPC on the Mac G4 at work (it wasn’t doing anything else) and accidentally went nuts installing everything. It installed Gnome with all the locales, and Japanese was the default system locale. It’s amazing how close some distributions are to localizing pretty much everywhere.
Detecting NT/2000
A previous diarist asked the question, how do I detect NT? If you’re writing in Perl (it looked like it), and you have access to the local environment variables (and I believe you do), then use the variable called “OS”. NT sets it to “Windows_NT”.
C:\>set
…
OS=Windows_NT
…
Leave a Reply