Integer overflow, when inserting character "61 cc 88" [binary] that is display as "ä" into the query textarea

[expired user #8887]'s profile image [expired user #8887] posted 9 years ago in Running SQL scripts Permalink
I get an integer overflow, when I am inserting the character "61 cc 88" [binary] that is display as "ä" into the query textarea. The common utf-8 encoding of "ä" is "C3 A4" [binary] that works fine.
[expired user #8887]'s profile image [expired user #8887] posted 9 years ago Permalink
Try yourself. Copy the following lines into the query textarea:

-- ä  <- no error

-- ä  <- produces integer overflow

Please login to leave a reply, or register at first.