Non-ascii file names on editor tabs lack filename extension after dot
Apache NetBeans version
Apache NetBeans 19
What happened
I have a project with cyrillic filenames with standard filename extensions like 'имя1.txt', 'имя2.sql'. Never have had any issue about that with NetBeans versions prior to 19. Now NetBeans 19 does not display filename extension after the dot on the file tab in the editor. That is, filenames are displayed on the tab like 'имя1.', 'имя2.'. While Project Explorer window does display full file names correctly.
How to reproduce
No response
Did this work correctly in an earlier version?
Apache NetBeans 18
Operating System
Windows 10
JDK
20 OpenJDK
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
Stable problem in NetBeans 19
Are you willing to submit a pull request?
No
added https://github.com/apache/netbeans/labels/Contribution%20welcome + https://github.com/apache/netbeans/labels/good%20first%20issue labels
I can't reproduce this on NB 19 / Linux / JDK 20.0.2, wondering if it is a windows specific issue again
Not reproduced with latest windows build with java 18.0.2
Hey I wanted to work on this issue :)