cms icon indicating copy to clipboard operation
cms copied to clipboard

Tags issue

Open sergeyklay opened this issue 11 years ago • 9 comments

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

tags-error

@sandeepone Please please check it

sergeyklay avatar Jun 20 '13 22:06 sergeyklay

Can you provide simple scenario. The tag word used to reproduce the error. Things will make fast to detect and fix.

sandeepone avatar Jun 21 '13 10:06 sandeepone

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 :)

sergeyklay avatar Jun 21 '13 14:06 sergeyklay

I'll check and fix it shortly.

sandeepone avatar Jun 21 '13 20:06 sandeepone

I think it may be closed. Thanks @sandeepone!

sergeyklay avatar Jun 23 '13 15:06 sergeyklay

I received the error messages associated with the tags. These messages can be characterized by the following screenshots:

1

more_tags_errors_1

2

more_tags_errors_2

3

more_tags_errors_3

4

more_tags_errors_4

5

more_tags_errors_6

sergeyklay avatar Jul 04 '13 09:07 sergeyklay

Issue with mysql: http://stackoverflow.com/questions/11936950/inserting-utf-8-encoded-string-into-utf-8-encoded-mysql-table-fails-with-incorr

sandeepone avatar Jul 07 '13 09:07 sandeepone

Need to use MySQL charset utf8mb4?

sergeyklay avatar Jul 07 '13 09:07 sergeyklay

Not just changing mysql charset for the tags tables, but the mysql connection also have to use same utf8mb4 for the query.

sandeepone avatar Jul 07 '13 10:07 sandeepone

What are we going to do about it? Wontfix?

sergeyklay avatar Jul 07 '13 10:07 sergeyklay