JDK-8099067 : Text Nodes should automatically convert HTML encoded unicode when rendering.
  • Type: Enhancement
  • Component: javafx
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2008-12-15
  • Updated: 2015-06-16
  • Resolved: 2008-12-16
Related Reports
Duplicate :  
Description
I had to roll my own Ӓ to \u1234 converter.

It would be nice if it could just render it directly without a manual conversion by the programmer

The use case is things like twitter feeds or RSS feeds where asian languages come in and are directly rendered to screen (see screenshot)
Comments
same as RT-2160...
06-01-2009

This can be done as part of RT-2160
16-12-2008

The HTML encoded values I pull down from the net. (Ignore the NPEs)
15-12-2008

Final result, once I've done my conversion.
15-12-2008