toUTF8: Convert encoding of Chinese string to UTF-8.

Description Usage Arguments Value Author(s) Examples

View source: R/toUTF8.R

Description

Convert encoding of Chinese string to UTF-8.

Usage

1
toUTF8(cnstring)

Arguments

cnstring

A Chinese string vector.

Value

Converted vectors.

Author(s)

Jian Li <rweibo@sina.com>

Examples

1
toUTF8("hello")

Example output

# tmcn Version: 0.2-12
[1] "hello"

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

Related to toUTF8 in tmcn...