@rooman
It is encoded format that is still fine. When it is and when it is not encoded, probably depends on many factors and is absolutely irrelevant. It might depend on server config, file where you store link etc etc
When sharing the item using the code
<?php echo urlencode(osc_item_url()); ?>
The same problem appears, the link is encrypted and long
And when using the code
<?php echo osc_item_url(); ?>
The link appears without a problem and short
I also found this code
<?php echo rawurlencode(osc_item_url()); ?>
I didn't try it
I think the problem with e-mails depending on the language is in this
urlencodeHow can this problem be solved
And where to find the job responsible for sending emails to customers