Recently I just tested a simple java application which has got a JTextPane
shows some simple utf-8 html content.
Everything is working perfect under windows, and Linux, simple not in Mac.
I'm sure this is not belong to fonts because all components render the same ut8-8 data correctly, except JTextPane.(also other applications don't have such this problem)
text render in windows/linux(correct):
text render in Mac(incorrect):
So the question is, is it kinda bug in MAC? do both windows and mac JVM use same source code and method for rendering text in JTextPane?
Thanks in advance.