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

Presentation of non-english characters in the debugger

2022-10-31 Thread Greenberg, Gary
I have created an application that reads data from the CSV file, process it and write it into another file. It is working fine except one thing. German characters are being replaced. For example instead of leiüzig I see lei�zig Same replacement I see in debugger when I stop it after reading a lin