java - Swing components won't display some characters correctly in Netbeans -
i'm using netbeans , can't write utf-8 symbols in jlabel
components, example ȵ , ʮ. weird thing both printed in console while shown 口 in labels.
i don't think it's font problem because can display without problem in eclipse. note using same font, tahoma.
any idea problem might be?
Comments
Post a Comment