|
|||||
|
||||||
Related Concepts | Other Library Functions |
function |
Big5-input-file |
Library: Character encodings, international (OMEFIO)
Include: omefio.xin |
define external source function Big5-input-file value stream filename exceptions-to value io-exception exceptions-to optional
This external source function converts a stream of Big Five characters to a stream of UTF-8 characters.
Big 5 is a Chinese character set encoding that specifies 13,494 Chinese characters. It is the most widely used encoding in Taiwan and its name refers to the five companies that collaborated in its development in 1984.
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.
Related Concepts Character set encoding |
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 |