mhirdes / go_maps_ext

Google Maps Extension for TYPO3
MIT License
21 stars 31 forks source link

Charset in ext_tables.sql is not set #34

Closed abteilung closed 6 years ago

abteilung commented 7 years ago

I am facing an issue with asian characters. They turn in to a bunch of ???

image

mhirdes commented 6 years ago

Hi. Maybe you should use utf8 instead of latin1?

abteilung commented 6 years ago

Hi. As far as I remember, the DB was set up as utf8. It's only the go_maps tables that use latin1. Even after manual change to utf8, it does not seem to work.

image

mhirdes commented 6 years ago

But I don't set any charset in the ext_tables.sql file. I even don't know any other extension doing that.