home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / docs / xpg4.bok < prev    next >
Encoding:
Text File  |  1994-02-27  |  4.6 KB  |  73 lines

  1. 320000%%%%xpg4%%%%XPG4 Internationalization (I18N) for OS/2
  2. 320001%%%%xpg4%%%%Overview
  3. 320002%%%%xpg4%%%%SetLocale
  4. 320003%%%%xpg4%%%%SetLocale -- Defines the Program's Locale
  5. 320004%%%%xpg4%%%%Message Catalog Functions
  6. 320005%%%%xpg4%%%%CATOPEN -- Opens a specified message catalog
  7. 320006%%%%xpg4%%%%CATGETS -- Retrieves a message from a catalog
  8. 320007%%%%xpg4%%%%CATCLOSE -- closes a specified message catalog
  9. 320008%%%%xpg4%%%%File I/O Functions
  10. 320009%%%%xpg4%%%%FGETWC -- Read a single WCHAR character
  11. 320010%%%%xpg4%%%%FGETWS -- Read a string of wide characters
  12. 320011%%%%xpg4%%%%FPUTWC -- Write one wide character to stream
  13. 320012%%%%xpg4%%%%FPUTWS -- Write a Wide Character String to Stream
  14. 320013%%%%xpg4%%%%GETWC -- Reads data from stream
  15. 320014%%%%xpg4%%%%GETWCHAR -- Gets a wide character from an input stream
  16. 320015%%%%xpg4%%%%PUTWC -- Writes a wide character to the output stream
  17. 320016%%%%xpg4%%%%PUTWCHAR -- Writes a wide character to a stream
  18. 320017%%%%xpg4%%%%UNGETWC -- Push wide-character onto input stream
  19. 320018%%%%xpg4%%%%ICONV Functions
  20. 320019%%%%xpg4%%%%ICONV_OPEN -- Access to conversion descriptor
  21. 320020%%%%xpg4%%%%ICONV -- Converts string of char from one character code set to another
  22. 320021%%%%xpg4%%%%ICONV_CLOSE -- Deallocates all resources allocated by iconv_open
  23. 320022%%%%xpg4%%%%IS* Functions
  24. 320023%%%%xpg4%%%%IS* Functions -- Character identification functions
  25. 320024%%%%xpg4%%%%ISW* -- Character identification functions
  26. 320025%%%%xpg4%%%%ISWCTYPE -- Class test for characters
  27. 320026%%%%xpg4%%%%TOLOWER / TOUPPER -- Convert character case
  28. 320027%%%%xpg4%%%%Locale/MB* Functions
  29. 320028%%%%xpg4%%%%LOCALECONV -- Defines values for lconv structure based on Locale
  30. 320029%%%%xpg4%%%%MBLEN -- Length in bytes of multi-byte character
  31. 320030%%%%xpg4%%%%MBSTOWCS -- Converts multi-byte strings to wide-character strings
  32. 320031%%%%xpg4%%%%MBTOWC -- Converts multi-byte character to wide-character
  33. 320032%%%%xpg4%%%%NL_LANGINFO -- Retrieves information about data defined in Locale
  34. 320033%%%%xpg4%%%%WCSTOMBS -- Converts a wide-character string to a multi-byte string
  35. 320034%%%%xpg4%%%%WCTOMB -- Convert wide character to multibyte character
  36. 320035%%%%xpg4%%%%Formatted I/O Functions
  37. 320036%%%%xpg4%%%%FPRINTF -- Formats output to an output stream
  38. 320037%%%%xpg4%%%%FSCANF -- Reads data from a stream and returns data to argument list
  39. 320038%%%%xpg4%%%%PRINTF -- Format and print characters
  40. 320039%%%%xpg4%%%%SCANF -- Reads formatted data from the standard input
  41. 320040%%%%xpg4%%%%SPRINTF -- Formatted print to buffer
  42. 320041%%%%xpg4%%%%SSCANF -- Read data
  43. 320042%%%%xpg4%%%%String Collation Functions
  44. 320043%%%%xpg4%%%%STRCOLL -- Compares strings
  45. 320044%%%%xpg4%%%%STRXFRM -- Transforms strings with reference to Locale
  46. 320045%%%%xpg4%%%%WCSCOLL -- Compares wide-character strings
  47. 320046%%%%xpg4%%%%WCSXFRM -- Wide char strings to wide char codes of current Locale
  48. 320047%%%%xpg4%%%%Date/Time and Monetary Formatting Functions
  49. 320048%%%%xpg4%%%%STRFMON -- Formats monetary strings
  50. 320049%%%%xpg4%%%%STRFTIME -- Formats time and date
  51. 320050%%%%xpg4%%%%STRPTIME -- Converts a character string to a time value
  52. 320051%%%%xpg4%%%%WCSFTIME -- Converts date and time into a wide character string
  53. 320052%%%%xpg4%%%%WCSTOL -- Converts a wide char string to long int representation
  54. 320053%%%%xpg4%%%%WCSTOUL -- Converts wide char strings to unsigned long int
  55. 320054%%%%xpg4%%%%WideChar String Functions
  56. 320055%%%%xpg4%%%%WCSCAT -- Appends string1 to string2
  57. 320056%%%%xpg4%%%%WCSCHR -- Searches string1 for a wide character
  58. 320057%%%%xpg4%%%%WCSCMP -- Compares string1 to string2
  59. 320058%%%%xpg4%%%%WCSCPY -- Copies string2 into string1
  60. 320059%%%%xpg4%%%%WCSCSPN -- Finds length of complementary wide char substring
  61. 320060%%%%xpg4%%%%WCSLEN -- Finds length of wide character string
  62. 320061%%%%xpg4%%%%WCSNCAT -- Appends wide characters from string2 to string1
  63. 320062%%%%xpg4%%%%WCSNCMP -- Compares subset string2 to string1
  64. 320063%%%%xpg4%%%%WCSNCPY -- Copies n wide characters from string2 to string1
  65. 320064%%%%xpg4%%%%WCSPBRK -- Locates occurrence of wide characters from string2 in string1
  66. 320065%%%%xpg4%%%%WCSRCHR -- Locates last occurence of wide character in a string
  67. 320066%%%%xpg4%%%%WCSSPN -- Finds lingth of wide character substring
  68. 320067%%%%xpg4%%%%WCSTOK -- Converts wide-character strings to tokens
  69. 320068%%%%xpg4%%%%WCSWCS -- Locate wide-character substring
  70. 320069%%%%xpg4%%%%WCSWIDTH -- Determines the display width of wide character strings
  71. 320070%%%%xpg4%%%%WCTYPE -- Define character class
  72. 320071%%%%xpg4%%%%WCWIDTH -- Determines the display width of wide characters
  73.