Skip to content

Commit

Permalink
Merge 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 12, 2023
2 parents d72326e + 6861f52 commit 43b775d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions doc/keysyms.n
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ nobreakspace 160 0xA0
\(ad (diaeresis) 168 0xA8
\(co (copyright) 169 0xA9
\(Of (ordfeminine) 170 0xAA
\(Fo (guillemotleft) 171 0xAB
\(Fo (guillemetleft) 171 0xAB
\(no (notsign) 172 0xAC
hyphen 173 0xAD
\(rg (registered) 174 0xAE
Expand All @@ -144,8 +144,8 @@ hyphen 173 0xAD
\(pc (periodcentered) 183 0xB7
\(ac (cedilla) 184 0xB8
\(S1 (onesuperior) 185 0xB9
\(Om (masculine) 186 0xBA
\(Fc (guillemotright) 187 0xBB
\(Om (ordmasculine) 186 0xBA
\(Fc (guillemetright) 187 0xBB
\(14 (onequarter) 188 0xBC
\(12 (onehalf) 189 0xBD
\(34 (threequarters) 190 0xBE
Expand Down Expand Up @@ -1093,8 +1093,8 @@ dead_o 65158 0xFE86
dead_O 65159 0xFE87
dead_u 65160 0xFE88
dead_U 65161 0xFE89
dead_small_schwa 65162 0xFE8A
dead_capital_schwa 65163 0xFE8B
dead_schwa 65162 0xFE8A
dead_SCHWA 65163 0xFE8B
dead_greek 65164 0xFE8C
dead_lowline 65168 0xFE90
dead_aboveverticalline 65169 0xFE91
Expand Down
8 changes: 6 additions & 2 deletions generic/ks_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@
{ "dead_O", 0xFE87 },
{ "dead_u", 0xFE88 },
{ "dead_U", 0xFE89 },
{ "dead_schwa", 0xFE8A },
{ "dead_small_schwa", 0xFE8A },
{ "dead_SCHWA", 0xFE8B },
{ "dead_capital_schwa", 0xFE8B },
{ "dead_greek", 0xFE8C },
{ "dead_lowline", 0xFE90 },
Expand Down Expand Up @@ -483,6 +485,7 @@
{ "diaeresis", 0xA8 },
{ "copyright", 0xA9 },
{ "ordfeminine", 0xAA },
{ "guillemetleft", 0xAB },
{ "guillemotleft", 0xAB },
{ "notsign", 0xAC },
{ "hyphen", 0xAD },
Expand All @@ -498,7 +501,9 @@
{ "periodcentered", 0xB7 },
{ "cedilla", 0xB8 },
{ "onesuperior", 0xB9 },
{ "ordmasculine", 0xBA },
{ "masculine", 0xBA },
{ "guillemetright", 0xBB },
{ "guillemotright", 0xBB },
{ "onequarter", 0xBC },
{ "onehalf", 0xBD },
Expand Down Expand Up @@ -530,9 +535,7 @@
{ "Odiaeresis", 0xD6 },
{ "multiply", 0xD7 },
{ "Oslash", 0xD8 },
#ifndef TK_NO_DEPRECATED
{ "Ooblique", 0xD8 },
#endif
{ "Ugrave", 0xD9 },
{ "Uacute", 0xDA },
{ "Ucircumflex", 0xDB },
Expand Down Expand Up @@ -566,6 +569,7 @@
{ "odiaeresis", 0xF6 },
{ "division", 0xF7 },
{ "oslash", 0xF8 },
{ "ooblique", 0xF8 },
{ "ugrave", 0xF9 },
{ "uacute", 0xFA },
{ "ucircumflex", 0xFB },
Expand Down

0 comments on commit 43b775d

Please sign in to comment.