Universal Language Support Functions: Difference between revisions
Appearance
m Martini moved page Unicode API to Unicode Functions |
|||
Line 102: | Line 102: | ||
</div> | </div> | ||
== | ==Referenced== | ||
* | * [[Unicode Programming Reference]] | ||
=== 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://www.altsan.org/os2/toolkits/uls/index.html OS/2 UNICODE API] | * [http://www.altsan.org/os2/toolkits/uls/index.html OS/2 UNICODE API] | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 17:59, 26 July 2017
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
Referenced
External References
- An Introduction to the OS/2 Unicode APIs (presentation), (OS2_Unicode_APIs_ATaylor.zip) by Alex Taylor (2006)
- OS/2 UNICODE API