[at-spi2-core: 1/2] keysymtab: fix keysym name for Greek_IOTAdieresis
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] keysymtab: fix keysym name for Greek_IOTAdieresis
- Date: Tue, 7 Jul 2020 11:31:29 +0000 (UTC)
commit 8ccae4f532cdbd826ccad7fb549f66db945ddfbf
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Tue Jul 7 12:24:59 2020 +0200
keysymtab: fix keysym name for Greek_IOTAdieresis
The standardized name is currently Greek_IOTAdieresis, not Greek_IOTAdiaeresis
registryd/ucs2keysym.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/registryd/ucs2keysym.c b/registryd/ucs2keysym.c
index ad237c0..888d8be 100644
--- a/registryd/ucs2keysym.c
+++ b/registryd/ucs2keysym.c
@@ -196,7 +196,7 @@ struct codepair {
{ 0x07d7, 0x03a7 }, /* Greek_CHI Χ GREEK CAPITAL LETTER CHI */
{ 0x07d8, 0x03a8 }, /* Greek_PSI Ψ GREEK CAPITAL LETTER PSI */
{ 0x07d9, 0x03a9 }, /* Greek_OMEGA Ω GREEK CAPITAL LETTER OMEGA */
- { 0x07a5, 0x03aa }, /* Greek_IOTAdiaeresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
+ { 0x07a5, 0x03aa }, /* Greek_IOTAdieresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
{ 0x07a9, 0x03ab }, /* Greek_UPSILONdieresis Ϋ GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA */
{ 0x07b1, 0x03ac }, /* Greek_alphaaccent ά GREEK SMALL LETTER ALPHA WITH TONOS */
{ 0x07b2, 0x03ad }, /* Greek_epsilonaccent έ GREEK SMALL LETTER EPSILON WITH TONOS */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]