cms
cms copied to clipboard
Tags issue
It seems we have a certain concerns when creating of post (eg. page, blog). If during the creation page specify new tags are not in Latin characters, it will lead to an error message. I got this message from one user from Russia and I was able to reproduce the error
@sandeepone Please please check it
Can you provide simple scenario. The tag word used to reproduce the error. Things will make fast to detect and fix.
The tag word used to reproduce the error.
One letter of the Russian alphabet, any:
А
а
Б
б
В
в
Г
г
Д
д
Е
е
Ё
ё
Ж
ж
З
з
И
и
Й
й
К
к
Л
л
М
м
Н
н
О
о
П
п
Р
р
С
с
Т
т
У
у
Ф
ф
Х
х
Ц
ц
Ч
ч
Ш
ш
Щ
щ
Ъ
ъ
Ы
ы
Ь
ь
Э
э
Ю
ю
Я
я
I think there are similar problems with other languages using non-Latin alphabet, for example - Telugu :)
I'll check and fix it shortly.
I think it may be closed. Thanks @sandeepone!
I received the error messages associated with the tags. These messages can be characterized by the following screenshots:
1
2
3
4
5
Issue with mysql: http://stackoverflow.com/questions/11936950/inserting-utf-8-encoded-string-into-utf-8-encoded-mysql-table-fails-with-incorr
Need to use MySQL charset utf8mb4?
Not just changing mysql charset for the tags tables, but the mysql connection also have to use same utf8mb4 for the query.
What are we going to do about it? Wontfix
?