I noticed is I backup my content tables and reimport all characters like quotes, apostrophes etc. become ascii ’
One workaround to this was to download the import file, convert to utf8 in notepad and import. However, apparently, you need only add the following command to the dump function:
--default-character-set=utf8
Thoughts? Is there something I'm missing?
Comments
Comment #1
joncianciullo commentedActually I just realized that this only happens when I download the backup/restore .sql file and run in manually.
Comment #2
josepvalls commentedI ran into the same situation.
Although the bug does not seem critical to me, the header in the SQL files created by BAM defaults to a UTF8 encoding but the file IS NOT UTF8.
Comment #3
ronan commentedAre you sure the data is UTF-8 in the db? I'm not doing any character conversion so whatever encoding is int he db should be what's in the dump file.
Comment #4
ronan commentedIs this still an issue? If so please reopen.