/ArduinoUTF8ToGB2312

An Arduino library that converts UTF-8 string to GB2312 string.

Primary LanguageCMozilla Public License 2.0MPL-2.0

UTF8ToGB2312

English | 简体中文

An Arduino library that converts UTF-8 string to GB2312 string.

GB2312 library is included.

Usage

  1. Download zip file.
  2. Install library in your Arduino IDE.
  3. Include head file: #include "UTF8ToGB2312.h".
  4. Now you get a static variable GB.
  5. Convert UTF-8 string to GB2312 string by using GB.get(<UTF-8 string>);.
  6. See more in examples.