Can you get that same bit of information to appear correctly in an
html page or something other than a google map? If so, that may be a
sign that your database is set up fine and that something coming
afterwards is not set up correctly. I had a character set problem with
French accents and someone in the forum helped me (though I searched
and can't find that post). It turned out that I needed this sort of
code in my php that was pulling from the database and producing my xml
that then got fed into the infowindow :
$newnode->setAttribute('name', utf8_encode($row['name']));On Sep 14, 8:08 pm, Kesuke <[email protected]> wrote: > V3 supports UTF8 so this shouldn't really be happening. This is why it > would be very useful to see the code. > > Testing latin-1 and ISO-8859 would just help eliminated whether the > MySQL table is the cause. > > On Sep 14, 6:37 pm, 3D-kreativ <[email protected]> wrote: > > > > > Change to ISO-8859? Is that good? My HTML code is UTF-8 and ISO-8859 > > isn't that old? Can't Google Maps handle UTF-8? > > > On 14 Sep, 19:27, Kesuke <[email protected]> wrote: > > > > Try changing your MySQL dataset to ISO-8859-1 or Latin-1. > > > > Can you also link us to the URL that is showing this. > > > > On Sep 14, 6:22 pm, 3D-kreativ <[email protected]> wrote: > > > > > Hi! > > > > > I try to find why I get strange signs when i use swedish letters like > > > > Å Ä Ö in the markers title? I get correct letters in infowindows but > > > > not in the title that appears when hover over marker icon. The > > > > database is MySQL. I have tested with UTF-8 and UTF-bin both it don't > > > > work! > > > > > Preciate some tips.- Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
