I am trying to save tweets into MySql db, most of the time it works fine, but when tweet's like the ones given below come,
I get the following exception from MySql,
java.sql.BatchUpdateException: Incorrect string value: '\xF0\x9F\x92\xB2\xF0\x9F...' for column 'twtText' at row 1
How can we handle such texts.