contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   Big5-input-file    
      Other Library Functions  

Library: Encoded File I/O
Include: omioe.xin, omefio.xin
Declaration

  define external source function Big5-input-file
                  value stream filename
    exceptions-to value io-exception exceptions-to optional


Purpose

This external source function converts a stream of Big Five characters to a stream of UTF-8 characters.

Arguments:

Example:

  set my-buffer to Big5-input-file "test.dat" exceptions-to e

  do when get-exception-status e != 0
     put #error "Error " || "16r8fzud" % get-exception-status e || "occurred. %n"
  done

You should note two common errors.

        Other Library Functions
   Big5-input-file
   Big5-output-file
   euc-input-file
   euc-output-file
   input-file
   jis-input-file
   jis-output-file
   output-file
   sjis-input-file
   sjis-output-file
   utf16-input-file
   utf16-output-file
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:02 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.