php - Convert Text on database mysql and output them in pdf file -


column address in database type text write code:

$string = mb_convert_encoding($addr,'sjis-win','utf-8'); 

and ouptut $string in pdf file export. machine text ok, japan machine character space display "*". please me fix!


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -