Message Truncation UTF-8 Problems With PHP and Sajax library
I recently had a long night debugging this: My application using PHP, Sajax and MySQL truncated messages from the first non-ascii character to the end of the message. For example: if I typed “yö tulee” (finnish sentence means that “night is coming”) only “y” was inserted into the database. The problem was with Sajax library. …