Jump to content

RexxUni: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 16: Line 16:
==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rexxuni20.zip Version 2.0]
* [http://www.os2site.com/sw/dev/rexx/libs/rexxuni20.zip Version 2.0]
* [https://github.com/OS2World/LIB-REXX-RexxUni Source code at Github]


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Revision as of 03:30, 15 November 2020

UniCode API for Rexx. RexxUni provides translation functions for Rexx programs. Included its source code.

Files
  • REXXUNI.DLL

Functions

  • UniLoadFuncs()
  • UniDropFuncs()
  • UniQueryCp( [ CpName ] )
  • UniXlat( Str , [ ToCp ] [, FromCp ] )
  • UniCpName( [Cp] )


License

  • Author: Max Alekseyev

Links