latin1

google API and language not latin

Hello I use this form to fill my variable whith google API information. $addr3 = $jsondata ['Placemark'][0]['address']; That correct but if adress is in japan, the variable is writing in english not in latin. Is there a method to always have a answer in latin code. Thanks ...

I have set php-mysql-apache to work on latin1 but when doing back-ups my character-set client is still utf8

Yes, I know what you think, but for the moment we decided to go for latin1. This is the mySQL config: • mysql> SHOW VARIABLES LIKE 'character_set_%'; • +--------------------------+--------+ • | Variable_name | Value | • +--------------------------+--------+ • | character_set_client | latin1 | • | character_se...