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

[Turkish Character Problem in E-mail Sending]: <�??? �??? �??? �??? �???> #727

Open
1 task done
Jomedya opened this issue Feb 29, 2024 · 1 comment
Open
1 task done
Assignees
Labels
Bug Something isn't working Java Backend Pull requests that update Java code Javascript Frontend Pull requests that update Javascript code Needs triage Needs to be reviewed by core team

Comments

@Jomedya
Copy link
Sponsor

Jomedya commented Feb 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I use the SMTP E-Mail function, a Turkish character error occurs.
The content of the emails sent is sent in a meaningless manner.
image (1) kopya

Expected Behavior

ğ, Ğ, ç, Ç, ş, Ş, ü, Ü, ö, Ö, ı, İ

Steps to reproduce

Turkish Character Problem in E-mail Sending

Environment

All Lowcoder Version

Additional Information

No response

@Jomedya Jomedya added Bug Something isn't working Needs triage Needs to be reviewed by core team labels Feb 29, 2024
@FalkWolsky
Copy link
Contributor

Next to the task that we do have to switch the internal processing 100% to UTF-8, you can use the following codes as fast remedy:

HTML entities and Unicode expressions:

ğ
HTML: ğ
Unicode: U+011F

Ğ
HTML: Ğ
Unicode: U+011E

ç
HTML: ç
Unicode: U+00E7

Ç
HTML: Ç
Unicode: U+00C7

ş
HTML: ş
Unicode: U+015F

Ş
HTML: Ş
Unicode: U+015E

ü
HTML: ü
Unicode: U+00FC

Ü
HTML: Ü
Unicode: U+00DC

ö
HTML: ö
Unicode: U+00F6

Ö
HTML: Ö
Unicode: U+00D6

ı
HTML: ı
Unicode: U+0131

İ
HTML: İ
Unicode: U+0130

@FalkWolsky FalkWolsky added Java Backend Pull requests that update Java code Javascript Frontend Pull requests that update Javascript code labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Java Backend Pull requests that update Java code Javascript Frontend Pull requests that update Javascript code Needs triage Needs to be reviewed by core team
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants