isGB2312: Indicate whether the encoding of input string is GB2312.

Description Usage Arguments Value Author(s) Examples

View source: R/isGB2312.R

Description

Indicate whether the encoding of input string is GB2312.

Usage

1
isGB2312(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

1
isGB2312("hello")

tmcn documentation built on Aug. 4, 2019, 3 p.m.

Related to isGB2312 in tmcn...