Unable to publish document with certain characters - "" for example - Umbraco 4.0.3 and MySQL 5
I'm getting the below error when trying to publish a document with the "œ" character in it. Tried changing MySql database character set to latin1 and utf8, but that didn't solve the problem.
I'm able to save the document with these characters in, but when I try to publish, the exception occurs.
This is the sentence that causes it "....les plus étonnantes œuvres d'ar..."
Incorrect string value: '\xC2\x9Cuvre...' for column 'DATANTEXT' at row 1
Exception Details: MySql.Data.MySqlClient.MySqlException: Incorrect string value: '\xC2\x9Cuvre...' for column 'DATANTEXT' at row 1
Unable to publish document with certain characters - "" for example - Umbraco 4.0.3 and MySQL 5
I'm getting the below error when trying to publish a document with the "œ" character in it. Tried changing MySql database character set to latin1 and utf8, but that didn't solve the problem.
I'm able to save the document with these characters in, but when I try to publish, the exception occurs.
This is the sentence that causes it "....les plus étonnantes œuvres d'ar..."
Incorrect string value: '\xC2\x9Cuvre...' for column 'DATANTEXT' at row 1
Exception Details: MySql.Data.MySqlClient.MySqlException: Incorrect string value: '\xC2\x9Cuvre...' for column 'DATANTEXT' at row 1
Stack Trace:
Anyone know what's wrong or what am I doing wrong?
Thanks,
Boby
I'm having the same problem.
Did you find a solution?
I'll let you know if I do.
Cheers,
Mark
is working on a reply...