home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv104.zip / SAMPLE / READ.ME
Text File  |  1996-02-13  |  3KB  |  72 lines

  1.  
  2.  
  3. ===============================================================================
  4.                   Internationalization (I18N) For OS/2                 
  5. ===============================================================================
  6.  
  7.                 Copyright IBM Corporation -- 1993, 1994, 1995
  8.  
  9. DISCLAIMER: This package is not a full implementation of the X/Open* XPG4 
  10. specification and does not make any claims of XPG4 branding.  It implements 
  11. only the portions of the XPG4 specification which deal with 
  12. internationalization.
  13.  
  14. X/Open is a trademark of the X/Open Company Limited.
  15.  
  16. ===============================================================================
  17.  
  18. /************************/
  19. /***     Contents     ***/
  20. /************************/
  21.  
  22. 1.  Overview
  23. 2.  Files in this directory
  24. 3.  API and directory cross reference
  25.  
  26.  
  27. 1.  Overview
  28. ============
  29.  
  30. This directory contains subdirectories which each demonstrate the use of some
  31. of the i18n APIs.  Most of the APIs provided with this package (as well as the
  32. catalog command-line programs) are demonstrated.  The table at the end of this
  33. file can be used to easily determine the subdirectories in which specific APIs
  34. are used.
  35.  
  36. Note: "i18n" is a commonly used abbreviation for "internationalization".
  37.  
  38.  
  39. 2.  Files in this directory
  40. ===========================
  41.  
  42. The following is a list of the files in this directory:
  43.  
  44. File            Purpose
  45. ------------------------------------------------------------------------------
  46. read.me         This file.
  47. cat             Sample message catalog, and a program which uses it.
  48. collate         Cultural collation samples.
  49. dt              Date and time formatting samples.
  50. info            Sample program which gets information about the current locale.
  51. install         Fully functional utility for installing and customizing 
  52.                  the I18N run-time environment. This is intended for 
  53.                  products which include the I18N support and must install it. 
  54. io              Input/output functions with wide characters and strings
  55.                  (get and put operations).
  56. is              Tests to determine if characters belong to specified groups
  57.                  (alphabetic, numeric, printable etc.).
  58. is_w            Same tests as "is" directory on wide characters.
  59. money           Sample program to demonstrate locale-based monetary formatting.
  60. numconv         Conversion from wide strings to numeric variables.
  61. printf          Miscellaneous use of printf function.
  62. regex        Miscellaneous use of the regular expression functions.
  63. scan            Scanf/printf functions for wide characters and positional
  64.                  parameters.
  65. setloc          Demonstrate the use of the setlocale function.
  66. ulcase          A program which shows the use of the upper/lower case function.
  67. ulcase_w        Upper/lower case functions for wide characters.
  68. vprintf         Miscellaneous use of vprintf function.
  69. wconv           Sample of wide character <-> multibyte conversions.
  70. world           PM 'world' application program to demonstrate i18n functions.
  71. wstr            Demonstrates the various string functions for wide characters.
  72.