Pinyin

June 22, 2022 · View on GitHub

To get chinese pinyin from chinese.

It's based on mootools.

How to use

#JS
var pinyin = new Pinyin();
alert(pinyin.getFullChars('你好中国'));

Options

Version 0.1

License

MIT License. Copyright 2008-2010 (@Billlue).

Contents

  1. 1How to use
  2. 2Options
  3. 2.1Version 0.1
  4. 3License