NDelt created NETBEANS-766:
------------------------------

             Summary: Java encoding issue in output window
                 Key: NETBEANS-766
                 URL: https://issues.apache.org/jira/browse/NETBEANS-766
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Output Window
    Affects Versions: 8.2
         Environment: Windows 10
            Reporter: NDelt


{code:java}
Scanner sc = new Scanner(System.in);
System.out.print("Input Text: ");
String str = sc.newLine();
System.out.println(str);
{code}

If I compile this code and input non-English words, a broken text is displayed 
in output window.
Encoding of the source file is UTF-8, and I gave compile option "-encoding 
UTF-8".
This issue doesn't occur in Cmd.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to