Universal Language Support Functions: Difference between revisions
Appearance
No edit summary |
|||
Line 108: | Line 108: | ||
==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) | *''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://www.altsan.org/os2/toolkits/uls/index.html | * [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:31, 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
- An Introduction to the OS/2 Unicode APIs (presentation), (OS2_Unicode_APIs_ATaylor.zip) by Alex Taylor (2006)
- Universal Language Support API Guide