RxULS: Difference between revisions
Appearance
Created page with "==Description== A REXX interface to OS/2's Universal Language Support (Unicode) support. ==Download== ==License== * BSD 3-Clause. ==Files== * RXULS.DLL ==Functions== * ..." |
No edit summary |
||
(12 intermediate revisions by 3 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 | ||
==Functions== | ==Functions== | ||
* | *[[ULSGetUnicodeClipboard]] | ||
*[[ULSPutUnicodeClipboard]] | |||
*[[ULSLoadFuncs]] | |||
*[[ULSFindAttr]] | |||
*[[ULSDropFuncs]] | |||
*[[ULSTransform]] | |||
*[[ULSQueryAttr]] | |||
*[[ULSGetLocales]] | |||
*ULSFormatTime | |||
*[[ULSCountryLocale]] | |||
*[[ULSQueryLocaleItem]] | |||
*[[ULSConvertCodepage]] | |||
*[[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 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