Translate bif added. #194
Closed
Peter-Jacob
started this conversation in
Progress Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I added the translate bif: commit 0937f3b. Comment refers to date bif, which is wrong!
I implemented actually 2 versions of it, a plain rexx, and one with a new TRANSCHAR instruction:
there are all parameters of translate supported, except an empty from-char-list. In ANSI it means it defaults to the 256-byte ANSI character set. Doesn't make much sense in UTF8.
The first plain rexx version was this:
All reactions