When saving, the model truncate string when it has a symbol... Something like this:
"Example text with symbol like this ... The rest of string was truncated."
After save, the string at database is:
"Example text with symbol like this"
Anyone had the same problem?