2

I use a table with default cell renderer. i see when i use this letter(λ) in my text, it render the whole text in the cell in different way.

enter image description here

I'm wondering if someone knew the reason and the solution.

Cœur
  • 37,241
  • 25
  • 195
  • 267
itro
  • 7,006
  • 27
  • 78
  • 121
  • 5
    It's like an issue with the font. You'll need to make sure you're using one that is capable of displaying Unicode characters properly. Tested using Windows and Look and Feel and it seems fine. Consider providing a [runnable example](https://stackoverflow.com/help/mcve) which demonstrates your problem. This will result in less confusion and better responses – MadProgrammer Jan 22 '15 at 06:54
  • 2
    See also [How to determine if 2 fonts have equivalent glyphs?](http://stackoverflow.com/questions/25683630/how-to-determine-if-2-fonts-have-equivalent-glyphs) – Andrew Thompson Jan 22 '15 at 07:23
  • Thanks for your hint. It helped me to find the problem. – itro Jan 22 '15 at 08:13

1 Answers1

1

The issue was caused by Intellij IDE. I solved the problem by changing the IDE Encoding to ISO-8859-1.

itro
  • 7,006
  • 27
  • 78
  • 121