This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249515

Summary: NetBeans editor does not show Greek accented letters
Product: editor Reporter: NikMyr
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description NikMyr 2014-12-24 09:09:29 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.25-b02

To type a Greek accented letter like ά you need to use the Greek keyboard (from Windows regional settings) and type the buttons ;a. This doesn't produce the desired result in Netbeans (neither in this input box that right now I use to write this message). It produces only α (no accent). However I can paste ά and it is accepted. Similarly with all other letters that need similar combinations of keystrokes.

Note that the Eclipse Luna IDE, doesn't have this problem. However the IntelliJ IDE has the same problem.

I have searched for the issue and found mentions of this by users using the Ubuntu OS and tried some of what was considered for them a solution (using a special environment variable) but with no joy.

The problem also exist with all input boxes of Netbeans IDE like the ones where input can be given for the properties of a GUI element.

I suspect, that if Eclipse works and Netbeans doesn't, it could be that the problem lies in the  classes used for their input boxes, or it could be a configuration issue.