Tag Archives: chinese
PHP convert character encoding to UTF-8
a simply function that detect character code and covert to UTF-8
Convert number into chinese string with php
convert from int to chinese string e.g. 125 -> 一百二十五 2. convert from chinese string into int, eg. 一百二十五 > 125
TCPDF display chinese characters
There is a way to embed a TTF that can display Chinese characters. Developer can use a font that: Can display Chinese Can be embedded to PDF The fonts Droid Sans Fallback, which is free. copy the font to ./lib/TCPDF/fonts/DroidSansFallback.ttf … Continue reading