Jump to content

RexxUni: Difference between revisions

From EDM2
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== ..."
 
Ak120 (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
UniCode API for Rexx. RexxUni provides translation functions for Rexx programs. Included its source code.
REXXUNI.DLL provides a part of UniCode API for Rexx programs. The source code (Pascal with inline assembly) is included.
;Files
* Author: Max Alekseyev
* REXXUNI.DLL


==License==
==Functions==
* Author: Max Alekseyev
* UniLoadFuncs()
* UniDropFuncs()
* UniQueryCp([CpName])
* UniXlat(Str, [ToCp] [,FromCp])
* UniCpName([Cp])
 
==Version==
* 1.0 (2001)
* 1.1
* 1.2
* 2.0 (Jan 2002)


==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rexxuni20.zip Version 2.0]
* [rexxuni20.zip]


[[Categories:REXX Function Library]]
[[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]