[xwiki-users] error when pasting text
5 Feb
2010
5 Feb
'10
5:01 p.m.
See attached. A user is receiving this error every time they are pasting text. Any ideas? Jared Parrish Network Administrator Travelhost, Inc. 972-556-0541 ext 152
6 Feb
6 Feb
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/
6047
Age (days ago)
6048
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jared R. Parrish -
Sergiu Dumitriu