RxULS: Difference between revisions
Appearance
No edit summary |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A [[REXX]] interface to OS/2's [[Universal Language Support]] (Unicode) support. | |||
A [[REXX]] interface to OS/2's Universal Language Support (Unicode) support. | ;Files | ||
* RXULS.DLL | * RXULS.DLL | ||
Line 26: | Line 18: | ||
*[[ULSVersion]] | *[[ULSVersion]] | ||
==License== | |||
* BSD 3-Clause | |||
==Author== | ==Author== | ||
* [[Alex Taylor]] | * [[Alex Taylor]] | ||
==Links== | ==Links== | ||
*Download: [http://www.altsan.org/os2/toolkits/uls/rxuls_052.zip Version 0.5.2] (2008-03-10) | |||
* [http://trac.netlabs.org/rexxlibs Netlabs Project] | * [http://trac.netlabs.org/rexxlibs Netlabs Project] | ||
[[Category:REXX]] | [[Category:REXX Function Library]] |
Latest revision as of 23:56, 16 January 2021
A REXX interface to OS/2's Universal Language Support (Unicode) support.
- Files
- RXULS.DLL
Functions
- ULSGetUnicodeClipboard
- ULSPutUnicodeClipboard
- ULSLoadFuncs
- ULSFindAttr
- ULSDropFuncs
- ULSTransform
- ULSQueryAttr
- ULSGetLocales
- ULSFormatTime
- ULSCountryLocale
- ULSQueryLocaleItem
- ULSConvertCodepage
- ULSVersion
License
- BSD 3-Clause
Author
Links
- Download: Version 0.5.2 (2008-03-10)
- Netlabs Project