Jump to content

Universal Language Support: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
Line 22: Line 22:


==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)
* [http://hobbes.nmsu.edu/download/pub/os2/dev/info/OS2_Unicode_APIs_ATaylor.zip An Introduction to the OS/2 Unicode APIs] (presentation) by Alex Taylor (2006)


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

Revision as of 16:53, 8 August 2017

This component provides Unicode support on OS/2.

Files

The Universal Language Support on OS/2 Warp 4.5x 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 Filesystem drivers for Unicode support..
UNIKBD.DLL Keyboard conversion functions.

References

External References