$Ebcdic

From m204wiki
Revision as of 13:18, 20 April 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function

The $EBCDIC function converts an input string, assumed to be ASCII, into EBCDIC, thus performing the reverse process of the $ASCII function. For example:

%X - $EBCDIC(%X)

The translation table can be modified when necessary at your site. The source code is delivered in the FUNU module.

Not all strings are for display. Question marks are usually the result of trying to print ASCII characters on an EBCDIC machine.