I have a form (CActiveForm widget) with a textarea. When I input there a message that contains a character "à" - it saves only the part of the message that comes before the "à".
For example, if I input "xxxx-à-yyyyy" and save the form, in the database there would be "xxxx-".