Okay, I changed the line:

$dom = new DOMDocument("1.0");

to:

$dom = new DOMDocument("1.0", "utf-8");

and now get a line <?xml version="1.0" encoding="utf-8"?> at the top
of my XML page source.  But it still gives me ?? in the "jname"
variable.  Did I do it right?


On Aug 31, 12:10 pm, "maps.huge.info [Maps API Guru]"
<[EMAIL PROTECTED]> wrote:
> Just add an encoding parameter to your xml statement:
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> -John Coryat
>
> http://maps.huge.info
>
> http://www.usnaviguide.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to