Insert example link in article: test@домен.ком and save.
Cloaked email
test@домен.ком
If email insert as link in editor it's working as expected.
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-19 08:36:09 |
Closed_By | ⇒ | alikon |
I have an idea:
change the row
joomla-cms/plugins/content/emailcloak/emailcloak.php
Line 106 in c3b11ef
to:
$searchEmail = '([\w.'-+]+@(?:[a-z0-9.-\p{L}]+.)+(?:[a-zA-Z0-9-\p{L}]{2,24}))';
\p{L} => matches any kind of letter from any language
and the row
joomla-cms/plugins/content/emailcloak/emailcloak.php
Line 474 in c3b11ef
to
$pattern = '~<[^<]*(?<!/)>(*SKIP)(*F)|' . $searchEmail . '~iu';
\u => unicode