Yes, this was the syntax I originally tried from reading the PHP
manual. Currently, I have the line:
$newnode->setAttribute("jname", utf8_encode($row['jname']));
but it doesn't seem to have made a difference.
If I view the data in PHPMyAdmin, it appears no problem as Japanese.
Do I need to perhaps change the MySql column definition or do
something prior to entering it into the database to preserve the utf-8
encoding?
On Aug 31, 12:14 pm, Ralph Ames <[EMAIL PROTECTED]> wrote:
> >As always, any help would be hugely appreciated.
>
> I use this in the php file that creates the xmlfile.
>
> $occ->setAttribute('name', utf8_encode($row['name']));
>
> You can see it working at this
> linkhttp://www.easypagez.com/maps/phpsqlinfo.html
>
> Try it see if it works.
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---