Indicate whether the encoding of input string is GB18030.
isGB2312(string, combine = FALSE)
string
: A character vector.combine
: Whether to combine all the strings.A vector of logical values, the length of string
- or a single logical value if combine
is TRUE.
Jian Li <rweibo@sina.com >