Skip to content
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

The Cyrillic word is converted to Unicode. Is it planned to disable such processing of the Cyrillic alphabet? #230

Open
donatesource opened this issue May 9, 2023 · 1 comment

Comments

@donatesource
Copy link

What version of Bootstrap Email are you using?

v1.3.1

How are you compiling?

Online Editor

Code example

Should be:
<p><b>Код замовлення:</b> {order_name}</p>
Here's what happens:
<p style="line-height: 24px; font-size: 16px; width: 100%; margin: 0;" align="left"><b>&#1050;&#1086;&#1076; &#1079;&#1072;&#1082;&#1072;&#1079;&#1072;:</b> {order_name}</p>

Describe your issue

The Cyrillic word is converted to Unicode. Is it planned to disable such processing of the Cyrillic alphabet?

@stuyam
Copy link
Member

stuyam commented Jul 16, 2023

Interesting, I will have to play around with this, it's not intentional, but it does do some complicated text processing so I can see how it got spit out like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants