RE: Presentation of non-english characters in the debugger

2022-10-31 Thread Greenberg, Gary
@netbeans.apache.org Subject: Re: Presentation of non-english characters in the debugger Hi, If you read using UTF-8 and then write specifying UTF-8 there should not be a problem. But Windows does not use UTF-8 by standard I think it uses CP1252 or similar. And a command window (cmd) uses the windows

Re: Presentation of non-english characters in the debugger

2022-10-31 Thread Helmut Leininger
Hi, If you read using UTF-8 and then write specifying UTF-8 there should not be a problem. But Windows does not use UTF-8 by standard I think it uses CP1252 or similar. And a command window (cmd) uses the windows setting. When you write a file in utf-8 an then display it in the command window yo