gtk2/gtk/compose/gtkcomposedata.h
Matthias Clasen e67b2cb54b composetable: Allow multiple dead keys
Remove the limitation on the number of dead keys
that we match, and allow the result be be multiple
characters.

Regenerate the builtin sequences, since this changes
what dead key sequences we can reproduce algorithmically.

Update tests to match.

Fixes: #10
2021-07-29 20:37:30 -04: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 16447
#define N_CHARS 1241
#endif