Malformed Farsi characters on AWT
- by jlover2010
Hi
As i started programming by jdk6, i had no problem in text components neither in awt nor in swing.
But for labels or titles of awt components, yes :
I couldn't have Farsi characters displayable on AWTs just as simple as Swing by typing them into the source code.
lets check this SSCCE :
import javax.swing.*;
import java.awt.*;
import…