JDK-8199915 : Accent used in Text is corrupted in Windows
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8,9,10,openjfx11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • CPU: x86_64
  • Submitted: 2018-03-21
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
When ran test case from JDK-8199840, text containing accent is different in Windows OS from macOS.
In macOS, displayed text is same as what was used in java test program, where as in Windows, its different.
PFA screenshots of test application in macOS & WIndows.
PFA another reproducible test case where i have used 'Text' control instead of 'Alert' and behavior is same.
Comments
When ran the same test case from Eclipse, issue is not reproducible. So set the font [text.setFont(Font.font ("Verdana", 20));] but still this issue is reproducible from command line.
21-03-2018