isBIG5: Indicate whether the encoding of input string is BIG5.

Description Usage Arguments Value Author(s) Examples

View source: R/isBIG5.R

Description

Indicate whether the encoding of input string is BIG5.

Usage

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

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

Related to isBIG5 in tmcn...