Version: (using KDE KDE 3.5.0) Installed from: Debian testing/unstable Packages OS: Linux Testcase attached. Desc: you've got an input field with some UTF-8 characters. You will scan it's value and POST it through XMLHttpRequest to server. Server will print POST data to logfile. Received data have incorrect byte-length according to original UTF-8 string. See attachment. There is a value of '01234567á9' but on server side we will get '01234657ĂĄ', not correctly '01234657ĂĄ9'.
Created attachment 14108 [details] Testcase, UTF-8 encoded
Duplicated bug #131242
For every character which is encoded in UTF-8, the size of the POST will be reduced by 1. This problem didn't occur in version 3.3.2.
This is a duplication of resolved bug #131242