xref: /reactos/dll/keyboard/kbdrost/deadkeys/breve (revision 8786e12d)
1/*
2 * COMBINING BREVE
3 * The dead key transformation set was defined by checking the availability of
4 * the resulting letters in Unicode character table: https://unicode-table.com
5 */
6
7  { DEADTRANS(L'a', 0x0306, 0x0103, 0x00) },
8  { DEADTRANS(L'A', 0x0306, 0x0102, 0x00) },
9  { DEADTRANS(L'e', 0x0306, 0x0115, 0x00) },
10  { DEADTRANS(L'E', 0x0306, 0x0114, 0x00) },
11  { DEADTRANS(L'g', 0x0306, 0x011F, 0x00) },
12  { DEADTRANS(L'G', 0x0306, 0x011E, 0x00) },
13  { DEADTRANS(L'i', 0x0306, 0x012D, 0x00) },
14  { DEADTRANS(L'I', 0x0306, 0x012C, 0x00) },
15  { DEADTRANS(L'i', 0x0306, 0x012D, 0x00) },
16  { DEADTRANS(L'I', 0x0306, 0x012C, 0x00) },
17  { DEADTRANS(L'o', 0x0306, 0x014F, 0x00) },
18  { DEADTRANS(L'O', 0x0306, 0x014E, 0x00) },
19  { DEADTRANS(L'u', 0x0306, 0x016D, 0x00) },
20  { DEADTRANS(L'U', 0x0306, 0x016C, 0x00) },
21  { DEADTRANS(L'u', 0x0306, 0x016D, 0x00) },
22  { DEADTRANS(L'U', 0x0306, 0x016C, 0x00) },
23