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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -