home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv102.zip / SAMPLE / READ.ME
Text File  |  1995-08-28  |  4KB  |  78 lines

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