Boi007 opened a new issue, #4017:
URL: https://github.com/apache/netbeans/issues/4017

   ### Apache NetBeans version
   
   Apache NetBeans latest daily build
   
   ### What happened
   
    for (int i=0; i<=127; i++){
               System.out.println(i + " " + (char) i);} 
   I was running this code above and received the following output:
   (I was missing the value 75 of uppercase K) (Netbeans IDE version 12.6)
   
![bugasiiunicode](https://user-images.githubusercontent.com/104180180/164584165-c619993f-caee-4077-844e-5624bd888dec.png)
   
   
   
   ### How to reproduce
   
   Type the following code in Netbeans IDE
    for (int i=0; i<=127; i++){
               System.out.println(i + " " + (char) i);} 
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Windows
   
   ### JDK
   
   17.0.1
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   Yes
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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