isGBK: Indicate whether the encoding of input string is GBK.

Description Usage Arguments Value Author(s) Examples

View source: R/isGBK.R

Description

Indicate whether the encoding of input string is GBK.

Usage

1
isGBK(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
isGBK("hello")

Example output

# tmcn Version: 0.2-13
[1] TRUE

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

Related to isGBK in tmcn...