I've a JTable that contains prices with currency symbols. When I show my table all the currency symbol are well formatted.
Then I try to change the table font and when I try apply the new font the yen symbol is not rendered.
Font newFont = new Font(name, style, size);
getDataTable().setFont(newFont);