home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv102.zip / SAMPLE / REGEX / READ.ME < prev    next >
Text File  |  1995-09-19  |  3KB  |  84 lines

  1.  
  2. ===============================================================================
  3.                   Internationalization (I18N) For OS/2                 
  4. ===============================================================================
  5.  
  6.                 Copyright IBM Corporation -- 1993, 1994, 1995
  7.  
  8. DISCLAIMER: This I18N package has been made available solely to gauge OS/2
  9. developer interest in the industry standard XPG4 internationalization 
  10. programming model. This does not mean that IBM will introduce a product based
  11. on the contents of this package. This package is not a full implementation of 
  12. the X/Open XPG4 specification and does not make any claims of XPG4 branding. 
  13. It implements only the portions of the XPG4 specification which deal with 
  14. internationalization.
  15.  
  16. X/Open is a trademark of the X/Open Company Limited.
  17.  
  18. ===============================================================================
  19.  
  20.  
  21. /************************/
  22. /***     Contents     ***/
  23. /************************/
  24.  
  25. 1.  Overview
  26. 2.  Files in this directory
  27. 3.  How to run the sample program
  28. 4.  How to compile the sample program
  29. 5.  Notes
  30.  
  31.  
  32. 1.  Overview
  33. ============
  34.  
  35. The sample program in this directory demonstrates the use of the regular 
  36. expression family of functions. 
  37.  
  38. 2.  Files in this directory
  39. ===========================
  40.  
  41. File            Purpose
  42. ------------------------------------------------------------------------------
  43. regex.c        Source code for the regex sample program.
  44. regex.def      Definition file needed for compiling the program.
  45. makefile        Make file used to compile the sample.
  46. regex.exe      Compiled version of the regex sample.
  47. build.cmd       A command file which will compile and link the sample program.
  48. read.me         This file.
  49.  
  50.  
  51. 3.  How to run the sample program
  52. =================================
  53.  
  54. The following steps show how the program can be run.
  55.  
  56.      1) Run the \i18n\bin\new_vars command file (or have the environment
  57.         variables already set).
  58.  
  59.      2) Set the current locale (e.g. to US English)
  60.  
  61.           Ex: set LANG=en_us.437
  62.  
  63.      3) Execute the regex.exe program.
  64.  
  65.           Ex:   regex
  66.  
  67.  
  68. 4.  How to compile the sample program
  69. =====================================
  70.  
  71. NOTE: The sample program is already compiled for you.  If you want to see the
  72.  behavior of the program, you can just run it.  The following instructions
  73.  are needed only if you want to modify the program and recompile it.
  74.  
  75. To compile the sample application:
  76.  
  77.      1) Make sure that the CSET compiler and OS/2 toolkit are installed
  78.         correctly on your system.
  79.  
  80.      2) cd to the directory which contains the info source files.
  81.  
  82.      3) Type "build" at the command prompt.
  83.  
  84.