-
Notifications
You must be signed in to change notification settings - Fork 1
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
Russian letters are displayed incorrectly in a file with UTF-8 encoding #67
Comments
Hi, thanks for notification, i will try to fix. |
Its working on Linux( Fedora Kinoite), i will try on a windows VM soon, can you inform me:
thanks |
Apache NetBeans 20, Windows 11, JDK17
|
Hi |
У меня русский Windows 11 с кодировкой windows-1251 по умолчанию системыОтправлено с устройства Galaxy
-------- Исходное сообщение --------От: Moacir da Roza Flores ***@***.***> Дата: 05.03.2024 22:42 (GMT+05:00) Кому: moacirrf/netbeans-markdown ***@***.***> Копия: "Talipov S.N." ***@***.***>, Author ***@***.***> Тема: Re: [moacirrf/netbeans-markdown] Russian letters are displayed incorrectly in a file with UTF-8 encoding (Issue #67)
Hi
Strange, unfortunately i can't replicate this error.
I tried Netbeans 20,21 with oracle JDK 17, 18 and Open JDK.
I will keep this issue open.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, I believe this is usually caused when binary to text conversion happens while encoding is not specified - in such case default encoding used by system is used which might behave differently for each user. I believe NetBeans detects encoding of file and also has support for setting project specific encoding, so probably best approach would be to read charset from project somehow :-/ Or at least specify some charset. Calls with unspecified charset I spotted:
|
Thanks, I appreciate the tips. Feel free to play around with the code if you want.
|
The text was updated successfully, but these errors were encountered: