Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 944 Bytes

Readme.md

File metadata and controls

22 lines (13 loc) · 944 Bytes

RocaPinyin

A simple Hànzì (Chinese ideographs) to Hànyǔ Pīnyīn (Chinese reading notations) conversion library, a part of the Rocaloid project.

This library does not support tones or multi-pronunciation characters, since Rocaloid does not need them. You can modify this program to suit your needs.

Build

Download Unihan.zip and execute make.

You will get an executable named rocapinyin and a static library named librocapinyin.a.

GCC option -O3 -flto -fuse-linker-plugin is specified and should also be set when linking against librocapinyin.a

For Windows users with buggy Unicode I/O support, use main-win.cpp instead main.cpp and link against libWinTF8.

License

This program is licensed under GNU Lesser General Public License 3.0 or newer version.