swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax   Related Concepts   Other Library Functions  
function  

Encode64

 
 

Library: Base64 encoding and decoding (OMENC64) legacy
Include: omenc64.xin

Declaration

  define stream function Encode64
                   value stream Chars-In
     with-sequence value stream EncodeSeq optional

Argument definitions

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 ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:12 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.