Print the UTF-8 codes of a string.
catUTF8(string, file = "")
string
A character vector.
file
A connection, or a character string naming the file to print to. If "" (the default), cat prints to the standard output connection, the console unless redirected by sink.
connection
sink
No results.
Jian Li <rweibo@sina.com>
catUTF8("hello")