/usr/share/yudit/src/Hungarian.kmap is in yudit-common 2.9.6-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | // Accents for ISO-8859-2Hungarian and German
"Ss = 0xa7",
"A' = 0xc1",
"A: = 0xc4",
"E' = 0xc9",
"E$ = 0x20AC",
"e$ = 0x20AC",
"Y$ =0xFFE5",
"y$ =0x00A5",
"I' = 0xcd",
"O' = 0xd3",
"O\" = 0x0150",
"O: = 0xd6",
"U' = 0xda",
"U\" = 0x0170",
"U: = 0xdc",
"SS = 0xdf",
"a' = 0xe1",
"a: = 0xe4",
"e' = 0xe9",
"i' = 0xed",
"o' = 0xf3",
"o\" = 0x0151",
"o: = 0xf6",
"-: = 0xf7",
"u' = 0xfa",
"u\" = 0x0171",
"u: = 0xfc",
":) = 0x263A",
"'' = 0x201D", // ” RIGHT DOUBLE QUOTATION MARK
",,=0x201E", // „ DOUBLE LOW-9 QUOTATION MARK
"``=0x201C", // “ LEFT DOUBLE QUOTATION MARK
"...=0x2026", // …
"--=0x2013", // –
|