mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 20:18:03 +02:00
Fix "RING ABOVE" key in the Finnish compose file
The Finnish keyboard standard defines that <dead_abovering> <space> must insert the character U+02DA RING ABOVE. Currently the Finnish Compose file inserts U+00B0 DEGREE SIGN even though the line's comment says "RING ABOVE". This commit changes the character to U+02DA RING ABOVE. Signed-off-by: Teemu Likonen <tlikonen@iki.fi> Signed-off-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
8757e2ac8e
commit
20fdccd81b
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ XCOMM Sequences with COMBINING OGONEK / <dead_ogonek>
|
|||
<dead_ogonek> <U> : "Ų" # LATIN CAPITAL LETTER U WITH OGONEK
|
||||
|
||||
XCOMM Sequences with COMBINING RING ABOVE / <dead_abovering>
|
||||
<dead_abovering> <space> : "°" # RING ABOVE
|
||||
<dead_abovering> <space> : "˚" # RING ABOVE
|
||||
<dead_abovering> <a> : "å" # LATIN SMALL LETTER A WITH RING ABOVE
|
||||
<dead_abovering> <A> : "Å" # LATIN CAPITAL LETTER A WITH RING ABOVE
|
||||
<dead_abovering> <u> : "ů" # LATIN SMALL LETTER U WITH RING ABOVE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue