From afda4614ef2737a32d3ad4c8599339547074b7bc Mon Sep 17 00:00:00 2001 From: svu Date: Sun, 30 Mar 2008 17:07:44 +0000 Subject: [PATCH] fixing unicode codes, b.fd.o#15273 --- ChangeLog | 5 +++++ symbols/gn | 4 ++-- symbols/ng | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17f9970..8630f17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 Sergey Udaltsov + + * symbols/gn, symbols/ng: fixed unicode sequences, + http://bugs.freedesktop.org/show_bug.cgi?id=15273 + 2008-03-28 Sergey Udaltsov * rules/base.o_s.part, rules/base.xml.in, symbols/compose: added diff --git a/symbols/gn b/symbols/gn index fd69da9..fb47bfe 100644 --- a/symbols/gn +++ b/symbols/gn @@ -11,8 +11,8 @@ xkb_symbols "basic" { key { [0x010007F1, 0x010007C1 ] }; key { [0x010007EB, 0x010007C2 ] }; key { [0x010007F5, 0x010007C3, numbersign, sterling ] }; - key { [0x010007F4, 0x010007C4, 0x010002E1C, dollar ] }; - key { [ parenleft, 0x010007C5, 0x010002E1D ] }; + key { [0x010007F4, 0x010007C4, 0x01002E1C, dollar ] }; + key { [ parenleft, 0x010007C5, 0x01002E1D ] }; key { [ minus, 0x010007C6, bar ] }; key { [0x010007EC, 0x010007C7, grave ] }; key { [0x010007FA, 0x010007C8, backslash ] }; diff --git a/symbols/ng b/symbols/ng index ffd0c54..8c3567b 100644 --- a/symbols/ng +++ b/symbols/ng @@ -97,7 +97,7 @@ xkb_symbols "olpc" { key { [ h, H, 0x1001EE5, 0x1001EE4 ] }; // U with dot below key { [ j, J, 0x1001ECB, 0x1001ECA ] }; // I with dot below key { [ k, K, 0x1000199, 0x1000198 ] }; // K with hook - key { [ l, L, 0x10001E37, 0x1001E36 ] }; // L with dot below + key { [ l, L, 0x1001E37, 0x1001E36 ] }; // L with dot below key { [ semicolon, colon, masculine, ordfeminine ] }; key { [ apostrophe, quotedbl, currency, currency ] }; key { [ backslash, bar, section, section ] }; -- 2.7.4