To get chinese pinyin from chinese.
It's based on mootools.
#JS
var pinyin = new Pinyin();
alert(pinyin.getFullChars('你好**'));
MIT License. Copyright 2008-2010 (@Billlue).
To get chinese pinyin from chinese.
It's based on mootools.
#JS
var pinyin = new Pinyin();
alert(pinyin.getFullChars('你好**'));
MIT License. Copyright 2008-2010 (@Billlue).