On Fri, 2010-02-12 at 09:25 +0100, gabor papp wrote: > > Are you sure? I must be missing something stupid, I only get the first > > byte coming through glutKeyboardFunc - eg: > maybe it's different in osx. i can type éáóüöí§, which are displayed > fine and ő and ű give rectangles. tested in v0.17b1. > > i guess these are not multibyte in osx: > > char: é > unicode: 0xe9 > key code: 0x29
Ah - the joyful 'extended ascii'... these aren't standard, or rather, there are quite a few different standards of them... I'm not sure how you convert them into utf-8/32. cheers, dave
