Print the UTF-8 codes of a string.
catUTF8(string, file = "")
A character vector.
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
.
No results.
# NOT RUN {
catUTF8("hello")
# }
Run the code above in your browser using DataLab