I am writing an application that handles key presses using DirectFB v1.4.2 / Linux keyboard driver. I am receiving key codes with wrong values for Latin characters. On pressing character 'a' in USB keyboard, I receive a Unicode value of '0xF601'. But, it seems the Unicode value of Latin character 'a' is different. Please let me know what is going wrong here. Is there any specific setting required to be set in DirectFB?
Thanks in advance.