Re: [nanogui] FLTK font question

2011-07-31 Thread Greg Haerr
: Then I found that FLTK 1.1.10 does display the fonts with Umlauts while FLTK : 1.3.0 does not. The reason is apparently that FLTK 1.1.10 loads an iso8895-1 : font while FLTK 1.3.0 loads an iso10646-1 font. FLTK 1.3.0 is using UTF-8 : now. In looking at this a little deeper, I can see that FLTK

Re: [nanogui] FLTK font question

2011-07-31 Thread Greg Haerr
: I followed your suggestions and found that both nano-x and NXlib do print : Umlauts to the screen. What I had to do was to implement an IBM code page : 850 to iso8859-1translation table in my keyboard driver. Then the Umlaut : keys were displayed. Good. Please send me your keyboard driver when

Re: [nanogui] FLTK font question

2011-07-31 Thread Georg Potthast
Hi Greg, I only have a short list of things that do not work. ;-) I followed your suggestions and found that both nano-x and NXlib do print Umlauts to the screen. What I had to do was to implement an IBM code page 850 to iso8859-1translation table in my keyboard driver. Then the Umlaut keys w