Wrong codepoint for almost equal to
In include/X11/keysymdef.h
, the line:
#define XK_approxeq 0x1002248 /* U+2245 ALMOST EQUAL TO */
should probably be changed to
#define XK_approxeq 0x1002248 /* U+2248 ALMOST EQUAL TO */