Jump to content

Universal Language Support Functions: Difference between revisions

From EDM2
Line 107: Line 107:


==External References==
==External References==
*''An Introduction to the OS/2 Unicode APIs'' (presentation), ([http://hobbes.nmsu.edu/download/pub/os2/dev/info/OS2_Unicode_APIs_ATaylor.zip OS2_Unicode_APIs_ATaylor.zip]) by [[Alex Taylor]] (2006)
* [http://hobbes.nmsu.edu/download/pub/os2/dev/info/OS2_Unicode_APIs_ATaylor.zip ''An Introduction to the OS/2 Unicode APIs'' (presentation) (OS2_Unicode_APIs_ATaylor.zip]) by [[Alex Taylor]] (2006)
* [http://www.altsan.org/os2/toolkits/uls/ulsguide/index.html Universal Language Support API Guide]
* [http://www.altsan.org/os2/toolkits/uls/ulsguide/index.html Universal Language Support API Guide]


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 18:37, 26 July 2017

This are the functions provided by IBM's Unicode Programming Library.

Locale and Character Classification Functions

  • UniCreateTransformObject
  • UniCompleteUserLocale
  • UniDeleteUserLocale
  • UniFreeMem
  • UniFreeTransformObject
  • UniQueryAlnum
  • UniQueryAlpha
  • UniQueryAttr
  • UniQueryBlank
  • UniQueryCntrl
  • UniQueryCountryName
  • UniQueryDigit
  • UniQueryGraph
  • UniQueryLanguageName
  • UniQueryLower
  • UniQueryPrint
  • UniQueryPunct
  • UniQuerySpace
  • UniQueryUpper
  • UniQueryXDigit
  • UniStrcat
  • UniStrchr
  • UniStrcmp
  • UniStrcmpi
  • UniStrcoll
  • UniStrcpy
  • UniStrcspn
  • UniStrfmon
  • UniStrftime
  • UniStrlen
  • UniStrlwr
  • UniStrncat
  • UniStrncmp
  • UniStrncmpi
  • UniStrncpy
  • UniStrpbrk
  • UniStrptime
  • UniStrrchr
  • UniStrspn
  • UniStrstr
  • UniStrtod
  • UniStrtol
  • UniStrtok
  • UniStrtoul
  • UniStrupr
  • UniStrxfrm
  • UniTolower
  • UniToupper
  • UniTransformStr
  • UniTransLower
  • UniTransUpper

Attribute Functions

  • UniCreateAttrObject
  • UniFreeAttrObject
  • UniQueryCharAttr
  • UniQueryCharType
  • UniQueryCharTypeTable
  • UniScanForAttr

Codepage Conversion Functions

Locale Functions

Universal Language Support Keyboard Functions

References

External References