[Toc][Index]

National support in REXX


Name     National support in REXX 
Version  04 Mar 1999 
Author   Timur Kazimrov 
         (see EMail Addresses)
Distrib. Freeware 
Type     REXX DLL 
Price    -
Note     w/ source 
Source   Internet 
         Name: rxcpage.* 


This package contains a DLL that allow one to  convert codepages. 
The DLL exports the following functions: 
 
 RxCpLoadFuncs 
     Register the functions from the DLL 
 RxCPTranslate( source, cpage_source, cpage_dest ) 
     Returns "source" string converted from one codepage (cpage_source) to 
    another (cpage_dest) 
 RXUpcase( sourcestring ) 
     Returns "source" string in upper case using the current codepage 
    (replacement for UPPER function) 
   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs