utf-8 greek problem java(netbeans) #4643
Unanswered
Chrisdamia99
asked this question in
Q&A
Replies: 2 comments
-
Launching Netbeans with You can verify the project-side by printing out
Those should all print |
Beta Was this translation helpful? Give feedback.
0 replies
-
it didnt work... but thank you for ur try my mate
…On Sat, Sep 17, 2022 at 12:03 AM 多多冰冰 ***@***.***> wrote:
Launching Netbeans with -J-Dfile.encoding=UTF-8
-J-Dsun.stdout.encoding=UTF-8 -J-Dstdout.encoding=UTF-8 and your project
with -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8
-Dstdout.encoding=UTF-8 should probably fix this issue.
—
Reply to this email directly, view it on GitHub
<#4643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQFV74LJXMNO7YGK3Y46XDV6TOC7ANCNFSM6AAAAAAQOIPHSM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
hello, i'm trying to make an input that take a greek name and give an answer, the problem is that the answer is like: Hello ???? nice to meet you.
`System.out.println("Χαίρεται, ποιο είναι το όνομα σου:");
String theName = input.nextLine();
myAccount.setName(theName);
System.out.println();
the right result should: Πολύ ωραίο όνομα Χρήστο.
the result now is: Πολύ ωραίο όνομα ?????.
so the problem is in input, i tried in file conf to put utf-8 as it says here https://www.muehlencord.de/wordpress/2015/10/16/netbeans-utf8-encoding/ but no difference, even after reboot.
Beta Was this translation helpful? Give feedback.
All reactions