home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / std / internat / 1133 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.5 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.std.internat
  4. Subject: Re: islands
  5. Message-ID: <16323@auspex-gw.auspex.com>
  6. Date: 10 Jan 93 19:19:56 GMT
  7. References: <C0MKEu.5or@poel.juice.or.jp>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 23
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >They currently use environment variables (e.g. "LANG") for "file
  14. >typing".  This is how they can use the same "vi" binary in both Japan
  15. >and Germany.
  16.  
  17. Actually, if they use the same "vi" binary in Japan, Germany, *and* the
  18. US, they don't do Japanese EUC, because the "vi" that comes with SunOS
  19. 4.1[.x] is derived from the SVR3.1 one, which only does 8-bit character
  20. sets.  They may have a "vi" that does 16-bit character sets as part of
  21. Asian localization kits, and maybe the SVR4 "vi" that I assume comes
  22. with SunOS 5.x handles 16-bit character sets.
  23.  
  24. The 4.1[.x] character-set handling stuff is set up to handle multiple
  25. types of character sets, not just EUC, and that may be the way they
  26. handle Unicode/UTF as well - depending on the setting of LANG, it'll do
  27. ISO 8859/1, or 8859/n, or Japanese EUC, or Unicode/UTF, or....
  28.  
  29. They may also supply a program or programs to turn "plain text" files in
  30. those character sets into UTF files, and to do the same with directories
  31. (i.e., renaming files so that a file with a non-ASCII name in the
  32. character set in question gets a new name that's the same name in UTF,
  33. and possibly also fixing symbolic links).
  34.  
  35. Or they may do something else.
  36.