utf8 decode - Japanese text display from the webservice response -
i trying fetch japanese text api.
the api responding japanese text if tested individually. however, when add in application, getting junk data instead of japanese text.
i adding charset=utf-8
header.
please me convert junk data proper japanese text.
it may problem in way fetching text (if you're getting junk, may encoded already).
you can try use similar utf8_decode in application (depending on language using) , sure use similar functions when performing operations in text.
Comments
Post a Comment