| Readme: | This is an Arexx library bridge to MorphOS charsets.library. Its main goal is to convert strings to various charsets.
Add
call addlib('rxcharsets.library',0,-30)
to use it in your ARexx macro.
Always remember that ARexx strings are max 65535 chars long. So, if you convert a 30000 chars long string to UTF-8, the resulting string might exceds that limit and RxCSConvert() function return a "string too long" ARexx error.
I am Alfonso Ranieri
My e-mail address is alforan@tin.it
You can find last version of this library at: https://alfie.altervista.org
Warning THIS SOFTWARE AND INFORMATION ARE PROVIDED "AS IS". ALL USE IS AT YOUR OWN RISK, AND NO LIABILITY OR RESPONSIBILITY IS ASSUMED. NO WARRANTIES ARE MADE.
Requirements The library needs MorphOS version 3.18 or higher.
Installation Copy rxcharsets.library to LIBS:
Distribution rxcharsets.library is released as a Public Domain Software.
|