-
Notifications
You must be signed in to change notification settings - Fork 234
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
Methods get and item don't work with utf8 titles #264
Comments
Seems to work for me. Did you add |
Yes. Of course. PHP 7.3 |
What do you mean by still buggy? Are you inspecting the results of each |
If I use dd($m), I see |
Strange, that's exactly what I tried. I wonder if there are other differences in my php configuration. Have you seen this before, is there any common technique or shortfall of supporting utf8? |
This is because you search in nickname.
|
I suppose you could set the nickname manually. Based on your findings, if you try |
Transliteration is a magic because nobody know how it converts cyrilic text. :)
I think you should improve documentation because now it explicitly says Get Item by Title and not describe principle of operation of |
Both good ideas, and good points. |
\Menu::get('sbMenu')->get('Пользователи'); // means Users
\Menu::get('sbMenu')->item('Пользователи');
gets
null
The text was updated successfully, but these errors were encountered: