gtk2/gtk/compose/gtkcomposedata.h
Simon McVittie 1071818df8 compose: Update sequences from libX11 1.7.2
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>
2021-08-30 13:09:27 +01:00

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