summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <rafael.espindola@gmail.com>2008-09-14 19:15:26 -0400
committerJames Cloos <cloos@jhcloos.com>2008-09-14 19:15:26 -0400
commitdb0b85db29699be6bf7e78dede655d59ba926dfc (patch)
tree44d13a92cff3c5e4ba53d1cab68a49ea61ea3f37
parentb065c011baa69b69e3ea77c30d5e153c0d103e2d (diff)
Fix problem with <dead_acute> <c> in pt_BR.UTF-8
The <dead_acute> <C> and <dead_acute> <c> lines in the pt_BR UTF-8 Compose file show "Ç" and "ç" (c with cedilla accent) (akin to the ISO 8859 pt_BR Compose file) as the string but specify the keysym and comment for Ć and ć (c with acute accent). This commit normalizes those two lines to match the specified string. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=4671 Signed-off-by: James Cloos <cloos@jhcloos.com>
-rw-r--r--nls/pt_BR.UTF-8/Compose.pre4
1 files changed, 2 insertions, 2 deletions
diff --git a/nls/pt_BR.UTF-8/Compose.pre b/nls/pt_BR.UTF-8/Compose.pre
index f4d786e3..79618938 100644
--- a/nls/pt_BR.UTF-8/Compose.pre
+++ b/nls/pt_BR.UTF-8/Compose.pre
@@ -622,11 +622,11 @@ XCOMM group 1: cluster jamos made of three basic jamos
<Multi_key> <semicolon> <A> : "Ą" U0104 # LATIN CAPITAL LETTER A WITH OGONEK
<dead_ogonek> <a> : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK
<Multi_key> <semicolon> <a> : "ą" U0105 # LATIN SMALL LETTER A WITH OGONEK
-<dead_acute> <C> : "Ç" U0106 # LATIN CAPITAL LETTER C WITH ACUTE
+<dead_acute> <C> : "Ç" Ccedilla # LATIN CAPITAL LETTER C WITH CEDILLA
<Multi_key> <acute> <C> : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE
<Multi_key> <apostrophe> <C> : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE
<combining_acute> <C> : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE
-<dead_acute> <c> : "ç" U0107 # LATIN SMALL LETTER C WITH ACUTE
+<dead_acute> <c> : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA
<Multi_key> <acute> <c> : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE
<Multi_key> <apostrophe> <c> : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE
<combining_acute> <c> : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE