From 20fdccd81b54678376d49e00edfebbbe94951f07 Mon Sep 17 00:00:00 2001 From: Teemu Likonen Date: Fri, 20 Jul 2012 19:21:04 +0300 Subject: [PATCH] Fix "RING ABOVE" key in the Finnish compose file The Finnish keyboard standard defines that 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 Signed-off-by: James Cloos --- nls/fi_FI.UTF-8/Compose.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/fi_FI.UTF-8/Compose.pre b/nls/fi_FI.UTF-8/Compose.pre index fbe85972..7662e4e3 100644 --- a/nls/fi_FI.UTF-8/Compose.pre +++ b/nls/fi_FI.UTF-8/Compose.pre @@ -266,7 +266,7 @@ XCOMM Sequences with COMBINING OGONEK / : "Ų" # LATIN CAPITAL LETTER U WITH OGONEK XCOMM Sequences with COMBINING RING ABOVE / - : "°" # RING ABOVE + : "˚" # RING ABOVE : "å" # LATIN SMALL LETTER A WITH RING ABOVE : "Å" # LATIN CAPITAL LETTER A WITH RING ABOVE : "ů" # LATIN SMALL LETTER U WITH RING ABOVE