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