Void putChar(File handle, Char c)
Arguments
handle: A writable file handlec: The byte to write
Usage
Write a binary character to a file. Char(200) will write a byte with a value of 200, not the multibyte representation of Char(200) in UTF-8. Writing a character with a value greater than 256 is undefined.