Export utf-8 table content broken
Brought to you by:
ansgarbecker
Originally created by: a...@anse.de
Originally owned by: a...@anse.de
What steps will reproduce the problem?
1. Create some table with utf8 charset
2. fill it with critical, non-ANSI characters
3. export this table to a sql-file via "Export SQL"
4. see the content is ANSI, not Unicode.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
Ends up in fixing mysql_real_escape_string, declared somewhere in Zeos and used by
TZConnection.GetEscapeString (PAnsiChar => PWideChar)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
Hopefully fixed in [r1608] + [r1609]. Please reopen if not.
Status: Fixed
Related
Commit: [r1608]
Commit: [r1609]
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: nih...@gmail.com
Issue persists in [r3462]
Related
Commit: [r3462]
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
I cannot reproduce that - please provide an example table (CREATE TABLE code and some rows of data)