
Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
> Not the charset, but the font. Different fonts support different
> chars.
>
> to check out, see http://mindprod.com/fontshower.html
Strange, that page says that the font i'm using should support the
characters i'm trying to render.
Carl Smotricz - 30 Jul 2004 20:00 GMT
How are you putting those characters onto your components? In code?
Change your code and use the Unicode escape sequences instead. I'd
expect your characters to show up nicely then.
>>Not the charset, but the font. Different fonts support different
>>chars.
[quoted text clipped - 3 lines]
> Strange, that page says that the font i'm using should support the
> characters i'm trying to render.
Roedy Green - 30 Jul 2004 20:19 GMT
>Strange, that page says that the font i'm using should support the
>characters i'm trying to render.
Perhaps they are only available to the browser/applet, not generally.
It hard to diagnose remotely. I presume you have proved to youruself
you can see those characters in your own app when you fill the
TextField/JTextField programmatically rather than by keystrokes3.
Did you ever run Keyplay?

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Viktor Lofgren - 31 Jul 2004 03:10 GMT
>>Strange, that page says that the font i'm using should support the
>>characters i'm trying to render.
[quoted text clipped - 4 lines]
> you can see those characters in your own app when you fill the
> TextField/JTextField programmatically rather than by keystrokes3.
Yeah, that's a bit weird. I can see them if i cnp them from some text,
but not if i enter them with keystrokes in JTextField / other text entry
widget.