catUTF8: Print the UTF-8 codes of a string.

Description Usage Arguments Value Author(s) Examples

View source: R/catUTF8.R

Description

Print the UTF-8 codes of a string.

Usage

1
catUTF8(string, file = "")

Arguments

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.

Value

No results.

Author(s)

Jian Li <rweibo@sina.com>

Examples

1
catUTF8("hello")

tmcn documentation built on Aug. 8, 2019, 9:02 a.m.

Related to catUTF8 in tmcn...