1/* 2 * COMBINING COMMA BELOW 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's', 0x0326, 0x0219, 0x00) }, 8 { DEADTRANS(L'S', 0x0326, 0x0218, 0x00) }, 9 { DEADTRANS(L't', 0x0326, 0x021B, 0x00) }, 10 { DEADTRANS(L'T', 0x0326, 0x021A, 0x00) }, 11