Install a nightly build + several languages that use encodings other than en-GB. For example - Russian, Ukrainian, Belarusian languages (utf-8). Accordingly, set the language for the admin panel from these languages.
Go to plugins and disable, for example: Content - Smart Search, System - Redirect.
Go one by one to the smart search and redirect components. You will see a notification about disabled plugins. Click on the link, there is a rebus in the title.
This is probably due to the PR for modal pop-ups, because I have already found problems with “recognizing” the HTML code for special characters in pop-ups.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
I assume this has been fixed elsewhere as I cannot replicate the reported problem
Here we have actually fixed it, since the problem was left unattended - the "arrow" has been replaced with a word.
In other pop-up the problem still exists. There the language is simply in the UTF-8 encoding (see the 1st screenshot).
About the arrow, you should use simple text, just replace →
with real arrow simbol (the HTML is not allowed anymore ? ):
About the plugin editing, I can confirm the issue.
The problem comes from $app->enqueueMessage()
joomla-cms/libraries/src/Application/CMSApplication.php
Lines 247 to 250 in a7f5e50
Which doing extra filtering and destroys UTF-8 encoded symbols
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-08-02 10:24:08 |
Closed_By | ⇒ | Fedik |
I assume this has been fixed elsewhere as I cannot replicate the reported problem