home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.23 / text0015.txt < prev    next >
Encoding:
Text File  |  1991-06-15  |  852 b   |  25 lines

  1. Submitted-by: djb@ukc.ac.uk
  2.  
  3. I am writing up some work on a multi-lingual user interface to a piece
  4. of software used in a non-UNIX environment.  I am aware that some work on
  5. internationalization was been done within POSIX, but most of my available
  6. references are several years old.  The version of Ultrix that we run at
  7. this site has support for this kind of thing via library calls to
  8. functions such as:
  9.     catopen, catclose, catgets, and catgetmsg
  10.     
  11. and some tools to produce catalogs and translations from existing source
  12. files:
  13.     gencat, trans, and extract
  14.  
  15.  
  16. What I am asking is, do these facilities reflect the current POSIX way of doing
  17. things, and, if so, are catalog manipulating tools part of the standard, too?
  18. Any recent references to use of these features in practice would also be
  19. welcome.
  20.  
  21. David Barnes
  22.  
  23. Volume-Number: Volume 23, Number 16
  24.  
  25.