Comment 49 for bug 92652

Revision history for this message
In , Piterpk (piterpk) wrote :

Created an attachment (id=21716)
screenshot showing normal X and GTK+2 applications

I know screenshots don't "prove" what I am saying.

But here you can see two X applications (rxvt and xterm)
and the ç (result of '+c). The xfce's run window (GTK+2
application) shows ć as result of the same key combination.

I am using en_US as locale and '+c = ç is the expected behavior
looking iso8859-1 Compose file:

# Useful for portuguese language
<dead_acute> <C> : "\307" Ccedilla
<dead_acute> <c> : "\347" ccedilla

But, en_US.UTF-8 didn't have those in Compose file. There, <dead_acute> <c>
is:

<dead_acute> <C> : "Ć" U0106 # LATIN CAPITAL LETTER C WITH ACUTE
<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
<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

The same to pt_BR.UTF-8.

Piter Punk