home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.19 / text0078.txt < prev    next >
Encoding:
Internet Message Format  |  1990-05-17  |  1.2 KB

  1. From: valentin@cbmvax.uucp (Valentin Pepelea)
  2.  
  3. I am having trouble determining how locales are supposed to be organized.
  4. Examples in manuals show /usr/lib/locale/C and /usr/lib/locale/french to
  5. be valid locales:
  6.  
  7. /usr/lib/locale/C/LC_MESSAGES/            ; message catalogue
  8.                  /LC_MONETARY            ; monetary table
  9.                  /LC_COLLATE            ; sorting information
  10.                  /LC_NUMERIC                    ; numeric printing info
  11.                  /LC_TIME                       ; date and time info
  12.  
  13. /usr/lib/locale/french/LC_MESSAGES/
  14.                       /LC_MONETARY
  15.                       /LC_COLLATE
  16.                       /LC_NUMERIC
  17.                       /LC_TIME
  18.  
  19. Now, grouping locale definitions according to language (as in /french or
  20. /german) makes sense for message catalogues, but monetary and date tables
  21. should be grouped according to country or territory, not languages. In Canada
  22. for example, the date and monetary formats are different from France and
  23. England, but both French and English is spoken there.
  24.  
  25. So are we supposed to also have a /england, /canada, /usa and /france locales?
  26. If we have both the /england and /english locales, where should the default
  27. LC_MESSAGES catalogue be located?
  28.  
  29. Valentin
  30.  
  31. Volume-Number: Volume 19, Number 81
  32.  
  33.