Escaping not working

For some reason, character escaping is not working as expected.
In any textarea or text input field, if a vertical quote is used, the resulting record has a backslash in front of the single quote, and the remainder of the field is truncated.
Just to be on the safe side (though it was unlikely the issue), I set UTF-8 in my .htaccess file (AddDefaultCharset UTF-8), all my tables are UTF-8, conf.ini has the appropriate lines at the beginning:
Using php 5.2.+, Xataface 1.2.6. This problem was happening with 1.2.4. Thoughts?
In any textarea or text input field, if a vertical quote is used, the resulting record has a backslash in front of the single quote, and the remainder of the field is truncated.
Just to be on the safe side (though it was unlikely the issue), I set UTF-8 in my .htaccess file (AddDefaultCharset UTF-8), all my tables are UTF-8, conf.ini has the appropriate lines at the beginning:
- Code: Select all
default_oe=UTF-8
default_ie=UTF-8
Using php 5.2.+, Xataface 1.2.6. This problem was happening with 1.2.4. Thoughts?