![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | Big5-output-file | ||||
| Other Library Functions |
|
Library: Encoded File I/O
Include: omioe.xin, omefio.xin |
define external output function Big5-output-file
value stream filename
exceptions-to value io-exception exceptions-to optional
This external output function converts a stream of UTF-8 characters to a stream of Big Five characters.
Arguments:
Example:
set Big5-output-file "myfile.utf" to my-buffer 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.
| ---- |