6 Feb
2010
6 Feb
'10
12:30 a.m.
On 02/05/2010 06:01 PM, Jared R. Parrish wrote:
See attached. A user is receiving this error every time they are pasting text. Any ideas?
java.sql.BatchUpdateException: Incorrect string value: '\xE2\x80\x95Dar...' for column 'XWR_PATCH' at row 1
This looks like an encoding issue. Make sure the database is correctly created using the utf8 charset. More specifically, the one throwing the exception is column XWR_PATCH of the xwikircs table, but all varchar/text columns should be utf8. -- Sergiu Dumitriu http://purl.org/net/sergiu/