forked from AuroraMiddleware/gtk
1071818df8
This adds support for sequences like <Compose>,G,u -> capital G with breve. Previously, only a capital U was accepted for E, G, I and O (but a lower-case u was accepted for A and U for some reason). Signed-off-by: Simon McVittie <smcv@debian.org>
10 lines
158 B
C
10 lines
158 B
C
#ifndef __GTK_COMPOSE_DATA__
|
|
#define __GTK_COMPOSE_DATA__
|
|
|
|
#define MAX_SEQ_LEN 5
|
|
#define N_INDEX_SIZE 30
|
|
#define DATA_SIZE 16477
|
|
#define N_CHARS 1241
|
|
|
|
#endif
|