[at-spi2-core: 1/2] keysymtab: Fix EuroSign keysym name
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] keysymtab: Fix EuroSign keysym name
- Date: Sat, 11 Jul 2020 14:47:09 +0000 (UTC)
commit 4b6e6c5273131eb8912dd85501cb913047ee460e
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Tue Jul 7 14:01:49 2020 +0200
keysymtab: Fix EuroSign keysym name
Euro was probably the name for the now-retired 0x13a4 keysym.
registryd/ucs2keysym.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/registryd/ucs2keysym.c b/registryd/ucs2keysym.c
index a077ce0..ac30589 100644
--- a/registryd/ucs2keysym.c
+++ b/registryd/ucs2keysym.c
@@ -549,7 +549,7 @@ struct codepair {
{ 0x0afc, 0x2038 }, /* caret ‸ CARET */
{ 0x047e, 0x203e }, /* overline ‾ OVERLINE */
{ 0x0eff, 0x20a9 }, /* Korean_Won ₩ WON SIGN */
- { 0x20ac, 0x20ac }, /* Euro € EURO SIGN */
+ { 0x20ac, 0x20ac }, /* EuroSign € EURO SIGN */
{ 0x0ab8, 0x2105 }, /* careof ℅ CARE OF */
{ 0x06b0, 0x2116 }, /* numerosign № NUMERO SIGN */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]