joomla / jed-issues

Joomla! Extensions Directory - Issue Tracker
8 stars 2 forks source link

Wrong charset for Cyrillic symbols #218

Closed Sulpher closed 3 years ago

Sulpher commented 3 years ago

There is a wrong charset for the field "I used it for" - no Cyrillic symbols are available there. I suppose there is Latin-Swedish charset or something like that instead of UTF-8.

have a look:

Снимок экрана 2021-02-23 в 21 55 52

https://extensions.joomla.org/extension/google-structured-data/

I met this issue a lot of times. Please fix it.

Llewellynvdm commented 3 years ago

@Sulpher far as I can tell we are only using utf8mb4_unicode_ci in all our database tables as the Joomla standard. Further more the JED is a English website, and we do not currently target a multilingual implementation.

Llewellynvdm commented 3 years ago

@conconnl just mentioned to me that it could be fabric that messes things up. We are working on a JED 4 and hope we will have a better outcome there since it will be a native Joomla extension.

Sulpher commented 3 years ago

@Sulpher far as I can tell we are only using utf8mb4_unicode_ci in all our database tables as the Joomla standard. Further more the JED is a English website, and we do not currently target a multilingual implementation.

JED is not just English since there is a dropdown list to select a language of the reviews, thus this issue should be fixed or the dropdown list should be removed to avoid misunderstanding.