On ven, 2002-12-27 at 17:39, Bernard Lambey wrote: > Hi, > > Happy New Year for all! > > There is something enough strange ! > Everywhere you say : > << LANG="fr-FR" >> > If I adopt that, my french version becomes an english version. > When I do "set", I have all variables, among them I find : > << LANG="fr_FR" >> > ... and with that I obtain again my french version! > What have I to do ?
The problem is that the ISO syntax to specify langage (the one we use everywhere) is not used by the libc for the LANG and other locale specification. change the '-' (dash) by a '_' (underscore) when specifying language in environment variable. I'm tempted to say "blame POSIX", but I'm not sure of that. Hub -- Unemployed AbiWord maintainer - Lille, France http://www.figuiere.net/hub/ - Cell phone: +33 6 18 01 42 11 GPG fingerprint: 6C44 DB3E 0BF3 EAF5 B433 239A 5FEE 05E6 A56E 15A3
signature.asc
Description: This is a digitally signed message part
