isUTF8 {tmcn} | R Documentation |
Indicate whether the encoding of input string is UTF-8.
Description
Indicate whether the encoding of input string is UTF-8.
Usage
isUTF8(string, combine = FALSE)
Arguments
string |
A character vector. |
combine |
Whether to combine all the strings. |
Value
Logical value.
Author(s)
Jian Li <rweibo@sina.com>
Examples
isUTF8("hello")
[Package tmcn version 0.2-13 Index]