Jump to content

Universal Language Support: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Set of functions and utilities for addressing internationalization support.
This component provides Unicode support.
==Files==
==Files==
Unicode Programming Library on OS/2 Warp 4.5x is composed by the following files:  
The Universal Language Support is composed by the following files:  
{|class="wikitable"
{|class="wikitable"
!File Name!!Comments
!File Name!!Comments
|-
|-
|[[GLOCMRI.DLL]]||Unicode Country Palette.
|[[LIBUNI.DLL]]||This file contains Unicode processing core functions.
|-
|-
|[[LIBUNI.DLL]]||This file contains Unicode processing functions.
|[[LOCALE.DLL]]||Locale information.
|-
|-
|[[LOCALE.DLL]]||
|[[UCONV.DLL]]||This file contains the Codepage Conversion functions.
|-
|-
|[[UNICODE.SYS]]||Unicode driver.
|[[UNICODE.SYS]]||File system drivers for Unicode support.
|-
|-
|[[UCONV.DLL]]||This file contains the Codepage Conversion functions.
|[[UNIKBD.DLL]]||Keyboard conversion functions.
|}
|}


==Documentation==
==References==
* [[Universal Language Support API (Unicode)]]
* [[Unicode Programming Reference]]
* [[Unicode Programming Reference]]


==Links==
==External References==
 
* [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
* [OS2_Unicode_APIs_ATaylor.zip] - An Introduction to the OS/2 Unicode APIs (presentation) by Alex Taylor (2006)


[[Category:Components]]
[[Category:Components]]

Latest revision as of 14:21, 16 September 2024

Set of functions and utilities for addressing internationalization support. This component provides Unicode support.

Files

The Universal Language Support is composed by the following files:

File Name Comments
LIBUNI.DLL This file contains Unicode processing core functions.
LOCALE.DLL Locale information.
UCONV.DLL This file contains the Codepage Conversion functions.
UNICODE.SYS File system drivers for Unicode support.
UNIKBD.DLL Keyboard conversion functions.

References

External References