matthiasblaesing commented on PR #4321: URL: https://github.com/apache/netbeans/pull/4321#issuecomment-1173156163
> > So does your programm output correctly when run in CMD? > > I use Windows Terminal as a wrapper for CMD and Powershell but lets not sweat about the details. Does it output correctly? Yes. Running with Powershell 5 (the legacy powershell, instead of 7) or CMD you have to change the codepage to 65001 (UTF-8) first, but, yes then it works. (This works via `chcp 65001`) So this is a no. So from my POV your programm makes wrong assumptions and does not work out-of-the-box with the windows CMD. A global property will then break properly working programms, so is IMHO not a solution. -- 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
