utf-8 and windows. #5373
Unanswered
jmccay-work
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the projects I am attempting to compile from GitHub has a file whose format is utf-8.
System info:
The project compiles fine, but NetBeans 12 has a problem displaying utf-8 characters. It displays them as multiple characters. The project in particular just has the one utf-8 file. All the rest seem to be treated normally. If I open the file in Notepad++, it displays it fine. The line is:
char[] chars = {'ä','ö','ü'};
Do later versions of NetBeans are able to open the without any problems, or is there a better way of handling this problem? I just wanted to note that this is not my project.
Beta Was this translation helpful? Give feedback.
All reactions