On Wed, Sep 14, 2005 at 09:16:29PM -0300, Rafael Ávila de Espíndola wrote:
> I have ported my previous patch to xorg.
>
> Rafael
> Fix cedilla in Qt.
> This patch by Rafael Avila de Espindola.
>
> Index: xc/nls/Compose/pt_BR.UTF-8
> ===================================================================
> --- xc/nls/Compose/pt_BR.UTF-8.orig 2005-09-14 20:42:36.000000000 -0300
> +++ xc/nls/Compose/pt_BR.UTF-8 2005-09-14 20:44: 13.000000000 -0300
> @@ -608,11 +608,11 @@
> <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
Any reason why '+c should print ccedilla instead of cacute?
There are other compose sequences to obtain a ccedilla.
It already prints ccedilla in non-qt aplications (xterm for example), 'c is much more common combination (windowns use it) and in portuguese the symbol cacute is not present.
Denis