Jump to content

Universal Language Support Functions: Difference between revisions

From EDM2
Ak120 (talk | contribs)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This are the functions provided by IBM's [[Unicode Programming Library]].  
This are the functions provided by IBM's [[Universal Language Support]].  


=== Locale and Character Classification Functions ===
=== Locale and Character Classification Functions ===
Line 8: Line 8:
*[[UniFreeMem]]
*[[UniFreeMem]]
*[[UniFreeTransformObject]]
*[[UniFreeTransformObject]]
*UniQueryAlnum
*[[UniQueryAlnum]]
*UniQueryAlpha
*[[UniQueryAlpha]]
*[[UniQueryAttr]]
*[[UniQueryAttr]]
*UniQueryBlank
*[[UniQueryBlank]]
*UniQueryCntrl
*[[UniQueryCntrl]]
*[[UniQueryChar]]
*[[UniQueryChar]]
*UniQueryCountryName
*[[UniQueryCountryName]]
*UniQueryDigit
*[[UniQueryDigit]]
*UniQueryGraph
*[[UniQueryGraph]]
*UniQueryLanguageName
*[[UniQueryLanguageName]]
*UniQueryLower
*[[UniQueryLower]]
*UniQueryPrint
*[[UniQueryPrint]]
*UniQueryPunct
*UniQueryPunct
*UniQuerySpace
*UniQuerySpace
Line 34: Line 34:
*UniStrftime
*UniStrftime
*UniStrlen
*UniStrlen
*UniStrlwr
*[[UniStrlwr]]
*UniStrncat
*UniStrncat
*UniStrncmp
*UniStrncmp
Line 48: Line 48:
*UniStrtok
*UniStrtok
*UniStrtoul
*UniStrtoul
*UniStrupr
*[[UniStrupr]]
*UniStrxfrm
*UniStrxfrm
*UniTolower
*[[UniTolower]]
*UniToupper
*[[UniToupper]]
*UniTransformStr
*[[UniTransformStr]]
*UniTransLower
*[[UniTransLower]]
*UniTransUpper
*[[UniTransUpper]]


=== Attribute Functions ===
=== Attribute Functions ===
Line 97: Line 97:
*[[UniUpdateShiftState]]
*[[UniUpdateShiftState]]
</div>
</div>
==Data Types==
* [[AttrObject]]
* [[conv_endian_t]]
* [[LocaleItem]]
* [[LocaleObject]]
* [[LocaleToken]]
* [[UniLconv]]
* [[uconv_attribute_t]]
* [[UconvObject]]
* [[udcrange_t]]
* [[ulsBool]]
* [[UniChar]]
* [[UNICTYPE]]
* [[XformObject]]


==References==
==References==
Line 102: Line 117:


==External References==
==External References==
* [http://www.altsan.org/os2/toolkits/uls/ OS/2 Unicode API Page] by [[Alex Taylor]].
* [http://www.altsan.org/os2/toolkits/uls/ OS/2 Unicode API Page] by [[Alex Taylor]]
* [http://www.altsan.org/os2/toolkits/uls/ulsguide/index.html Universal Language Support API Guide] by [[Alex Taylor]].
* [http://www.altsan.org/os2/toolkits/uls/ulsguide/index.html Universal Language Support API Guide] by Alex Taylor
* [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)
* An Introduction to the OS/2 Unicode APIs - Presentation by Alex Taylor (2006)


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

Latest revision as of 14:20, 16 September 2024

This are the functions provided by IBM's Universal Language Support.

Locale and Character Classification Functions

Attribute Functions

Codepage Conversion Functions

Locale Functions

Universal Language Support Keyboard Functions

Data Types

References

External References