i-Gits / Language

WIP
0 stars 0 forks source link

Netbeans: UTF-8 characters do not print in Netbeans Java MAVEN Output window #2

Open i-Gits opened 7 months ago

i-Gits commented 7 months ago

Code:

image

In main:

NewClassTEST b = new NewClassTEST(); String TEST = b.aMadeUpString();
System.out.println(TEST);

Output: image

i-Gits commented 7 months ago

Tried following along some of the Stackoverflow answers in here.

I couldn't follow along every point so here's what I have been able to try:

Added code and results: image

(Netbeans' hints) Imported the following: image

Result: image

No longer ?????? but now 你好 よ�������

I've been looking for solutions since yesterday. It's been 6 hours and I can't seem to find a resolution. ;-;

I made sure to restart Netbeans with every edit to the settings, tools>options>fonts... or config. I tried installing various fonts. (Although what I downloaded were .otf, not .ttf) I have restarted my PC several times.

i-Gits commented 7 months ago

Tried

Control Panel > Clock & Region > Change date, time, or number Formats > Administrative > Language for non-Unicode programs > Change system locale... > [Set to Japanese(Japan)]

also tried

Control Panel > Clock & Region > Change date, time, or number Formats > Administrative > Language for non-Unicode programs > Change system locale... > [Set to Japanese(Japan)] > Check Beta: Use Unicode for UTF8 for worldwide language support

My Netbeans Output turned into little squares instead of ?? or weird characters.

Something I tried earlier resulted in boxes with question marks inside. Now I am left with simple empty boxes.