English | 简体中文
An Arduino library that converts UTF-8 string to GB2312 string.
GB2312 library is included.
- Download zip file.
- Install library in your Arduino IDE.
- Include head file:
#include "UTF8ToGB2312.h"
. - Now you get a static variable
GB
. - Convert UTF-8 string to GB2312 string by using
GB.get(<UTF-8 string>);
. - See more in examples.