
Originally Posted by
AlexT Hey Ruchida,
Ok through your guidance I believe I am onto the right solution (but I'm not quite there yet).
I found the values in the table accounts_cstm.
Each Chinese character is using far more than 3 bytes, i.e. 中国电脑教育&#
and 中国计算机用&#
I'm not an expert on these things, but after counting each of those, they are cutting off after the 50th byte. So it shouldn't be a problem if I can extend the maximum number of characters in my custom field.
But now I am running into new problems. When I try and change the value from 50 to either 70 or 100, it says that it has changed, but it doesn't make any difference. When I go back to the edit custom field screen, it has changed back to 50!
I can't find, where this maximum value is stored in MySQL (phpMyAdmin) so that I can change it manually.
Do you know where it is?
Cheers,
Alex
Hi,
The Studio behavior may be a bug?
By the way, do you setup the mbstrings variables in php.ini? It's worth trying to set the following lines which translate an input chars to UTF-8 and store it to a MySQL table.
PHP Code:
mbstring.internal_encoding = UTF-8
mbstring.encoding_translation = On
Bookmarks