RexxUni: Difference between revisions
Appearance
Created page with "UniCode API for Rexx. RexxUni provides translation functions for Rexx programs. Included its source code. ;Files * REXXUNI.DLL ==License== * Author: Max Alekseyev ==Links== ..." |
m →Links |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
UniCode API | REXXUNI.DLL provides a part of UniCode API for Rexx programs. The source code (Pascal with inline assembly) is included. | ||
* Author: Max Alekseyev | |||
* | |||
== | ==Functions== | ||
* | * UniLoadFuncs() | ||
* UniDropFuncs() | |||
* UniQueryCp([CpName]) | |||
* UniXlat(Str, [ToCp] [,FromCp]) | |||
* UniCpName([Cp]) | |||
==Version== | |||
* 1.0 (2001) | |||
* 1.1 | |||
* 1.2 | |||
* 2.0 (Jan 2002) | |||
==Links== | ==Links== | ||
* [ | * [rexxuni20.zip] | ||
[[ | [[Category:REXX Function Library]] |
Latest revision as of 01:22, 5 October 2023
REXXUNI.DLL provides a part of UniCode API for Rexx programs. The source code (Pascal with inline assembly) is included.
- Author: Max Alekseyev
Functions
- UniLoadFuncs()
- UniDropFuncs()
- UniQueryCp([CpName])
- UniXlat(Str, [ToCp] [,FromCp])
- UniCpName([Cp])
Version
- 1.0 (2001)
- 1.1
- 1.2
- 2.0 (Jan 2002)
Links
- [rexxuni20.zip]