The problem is the next - output window displays Cyrillic (or non-latin) symbols not correctly.
I found that it is windows-1251 encoding, but I can't force to show it in russian. I have red this issue and fount that problem wasn't solve. I also found the solution about netbeans.conf and put these parameters - now it is win1251 but I tried utf-8 and others - no reaction.
I use Netbeans to develop in PHP and JS to build websites. It's not very important for me like Java developers, but this problem goes through many versions. I understand that it depends on Java installation, but, can you, please make a setting which synchronize encoding to show non-latin chars correctly? Special for Output window. Maybe in his settings.
Language / Project Type / NetBeans Component
PHP/JS project (website)
How to reproduce
Install Netbeans in cyrillic workaround (windows languages and regions) - Ru-ru for example
Create PHP project on remote server
Create any file
Change this file and save it.
Watch messages in output window
Did this work correctly in an earlier version?
No / Don't know
Operating System
System: Windows 11 version 10.0 running on amd64; win1251; ru_RU (nb)
JDK
Java: 20.0.2; Java HotSpot(TM) 64-Bit Server VM 20.0.2+9-78
I found that after I change encoding in netbeans_default_options in netbeabs.conf it also changes in About window. Encoding in output window - Windows-1251 any case. Maybe it helps.
Apache NetBeans version
Apache NetBeans 23
What happened
The problem is the next - output window displays Cyrillic (or non-latin) symbols not correctly. I found that it is
windows-1251
encoding, but I can't force to show it in russian. I have red this issue and fount that problem wasn't solve. I also found the solution aboutnetbeans.conf
and put these parameters - now it iswin1251
but I triedutf-8
and others - no reaction.I use Netbeans to develop in PHP and JS to build websites. It's not very important for me like Java developers, but this problem goes through many versions. I understand that it depends on Java installation, but, can you, please make a setting which synchronize encoding to show non-latin chars correctly? Special for
Output window
. Maybe in his settings.Language / Project Type / NetBeans Component
PHP/JS project (website)
How to reproduce
Ru-ru
for exampleDid this work correctly in an earlier version?
No / Don't know
Operating System
System: Windows 11 version 10.0 running on amd64; win1251; ru_RU (nb)
JDK
Java: 20.0.2; Java HotSpot(TM) 64-Bit Server VM 20.0.2+9-78
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
No