-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode E280A8 in title breaks selection of article in menu #12083
Comments
Do you have uft8mb4 for your database? See in the Systeminformation |
Yes, I think so: Setting Value PHP Built On Linux apache2.greentree.com 4.4.0-34-generic #53-Ubuntu SMP Wed Jul 27 16:06:39 UTC 2016 x86_64 |
Please set you database collation to utf8mb4 else it is a feature of mysql to cut after a unicode char |
This doesn't solve the problem. Here are my updated settings: System Information PHP Built On Linux autodesktop2 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 |
Did you resave the value? |
Have just gone into article and saved. Then retried. No change |
I cannot replicate this issue Database Version 5.5.42 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12083. |
@zero-24 Database collation is only defining the defaut to be used when newly creating tables or columns without specifying the character set and collation. It does not modify existing tables or columns. Joomla! always does specify it in their create or alter table statements, so changing database default collation is definitely no help. This should be commonly known, but always again I find this useless and wrong "help" here or in the forums. |
Thanks so we need to check the actual collation on the content table? @richard67 |
@zero-24 Yes. |
@jochendaum can you check that and come back to us with the actual collation on the table? |
Thanks @richard67 ! |
I am closing this at this time as it was not replicated and the original poster has not responded. If necessary it can always be reopened This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12083. |
Steps to reproduce the issue
Expected result
The article is selected for the menu item
Actual result
Nothing happens when clicking the article title
System information (as much as possible)
Joomla 3.6
Additional comments
I have found a similar issue of lack of handling unicode space characters in jSeblod: jochendaum/SEBLOD#1 (comment)
The text was updated successfully, but these errors were encountered: