How to display special (unicode) characters



Hello,
I work on a program to display European (Unicode) characters.

Graphics2D g2 = (Graphics2D) g;
g2.setFont(new Font("monospaced",0,16));
g2.drawString();

'Normal' Greek characters work fine, like

b303 b503 c903 c103 b303 (Unicode, low byte first)
gamma epsilon omega rho gamma

Special Greek characters, like
411f (Unicode, low byte first),
'GREEK LETTER OMICRON WITH DASIA' (U+1F41)

are NOT displayed with this monospaced font.

How can those characters be displayed?

Thank you for your answers!!

Juergen

.



Relevant Pages

  • Re: How to display special (unicode) characters
    ... I work on a program to display European characters. ... 'Normal' Greek characters work fine, ... gamma epsilon omega rho gamma ... By choosing an appropriate font, i.e. one that contains glyphs for those ...
    (comp.lang.java.programmer)
  • Re: Need help with Encoding problem
    ... the next page is again shown in Unicode. ... it's shown with greek characters where should be ... Windows XPguru stepping in to "show the way". ... so-called 'experts' care only about their paycheck. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Greek in VS C++
    ... You are not showing any piece of code, so it's hard to find what you are ... But a good guess would be that you are using ANSI caracters ... You should get a good book on UNICODE and Internationalization ... > validate strings with Greek characters. ...
    (microsoft.public.vsnet.general)
  • IE6 displays strange characters
    ... I have tried deleting temporary internet files and cookies but to no ... IE continues to display? ... that looks very strange -- it appears to have greek characters for pie ...
    (microsoft.public.internet.explorer.ieak)
  • any good emacs fonts for lisp & pretty-greek?
    ... pretty-greek so that symbols with greek names (alpha, beta, etc) are ... displayed as greek characters. ... looking fonts in which to display the buffer. ...
    (comp.lang.lisp)