Hi John, thanks for the reply.
Hi Gab,
What type of custom field are you using?
It is a simple text area
Can you share the characters you have tried so we can try and replicate?
Sure, I tried to insert a dummy string like รจรจรจ, but the problem happens even with a single non ascii char.
Is it empty on the front-end or after submission the characters have disappeared from the field in the publish form?
When I fill the field on the backend and then I sumbit the form I see an error message informing that the text area is a required field (indeed it is required), and the text I entered is disappeared from text area, the other fields are filled with values I entered.
Other informations:
Database encoding is ci_general_utf8
I tried disabling XSS filter but I had no luck.
Gab