swirl Guide to OmniMark 6   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
  Related Syntax   Related Concepts   Other Library Functions  
function   Encode64   Available in:
Standard
Professional
Enterprise

Library: omenc64 - base64 encoding and decoding
Include: omenc64.xin

Declaration

  define stream function Encode64
                   value stream Chars-In
     with-sequence value stream EncodeSeq optional
  where
Chars-In
The input stream data, in any format (for example, a binary file).
Encode seq
A sequence of up to 64 characters to be used as the encoding sequence. Duplicate characters are allowed but will be ignored. You can create your own unique encoding sequence or you may use one of the standard sequences. The standard sequences are defined as these macros: ENCODE64-BASE64, ENCODE64-UU, ENCODE64-XX.


Purpose

The Encode64 function converts data into Base64-encoded data. You can use this function to convert binary data (255-character-set data) into 64-character-set data that can be sent and received by all email programs.

    Related Syntax
   Decode64
 
Related Concepts
   Character set encoding
 
Other Library Functions
   Decode64
   Encode64
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ ERRORS ]

OmniMark 6.5 Documentation Generated: December 23, 2002 at 6:25:17 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-2002.