<div dir="auto">Hi.<div dir="auto"><br></div><div dir="auto">I'm a native Portuguese speaker and this bothered me a bit when I moved over from Windows to Linux (at the start of the Gnome 2 era, IIRC, which is the first time the ć thing appeared.</div><div dir="auto"><br></div><div dir="auto">The solution I've been using since then is the right-alt key combined with ",". Still a bit confusing when using a Mac, but it works.</div><div dir="auto"><br></div><div dir="auto">There are good reasons for both behaviors - dead acute is acute and when composed with c it makes sense to result in a "ć". OTOH, an exception could be warranted considering how many people need to write "ç" using a US keyboard. </div><div dir="auto"><br></div><div dir="auto">There may be some enlightenment in discussions from the time (early 2000's, perhaps?) Gnome (or some other component it relies on) adopted it over the Windows/8859-1 way (Macs adopted the Windows conventions much later).</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 5, 2019, 20:02 Colin Watson <<a href="mailto:cjwatson@ubuntu.com">cjwatson@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Aug 05, 2019 at 11:07:08AM +0200, Nilson Santos Figueiredo Jr. wrote:<br>
> I just got a new laptop and installed the newest LTS Ubuntu version.<br>
> To my surprise, Ubuntu still cannot produce ç properly out-of-the-box in<br>
> the regular way when using the "US international with dead keys" layout.<br>
<br>
I believe that this behaviour is defined by libx11<br>
(<a href="https://gitlab.freedesktop.org/xorg/lib/libx11" rel="noreferrer noreferrer" target="_blank">https://gitlab.freedesktop.org/xorg/lib/libx11</a>) and it isn't as simple<br>
as saying that it always produces ć: it's supposed to depend on your<br>
locale.  A grep should make the intent clear:<br>
<br>
  <cjwatson@niejwein ~/src/freedesktop/libx11 (master=)>$ git grep '^<dead_acute> <c>' nls<br>
  nls/en_US.UTF-8/Compose.pre:<dead_acute> <c>                    : "ć"   U0107 # LATIN SMALL LETTER C WITH ACUTE<br>
  nls/fi_FI.UTF-8/Compose.pre:<dead_acute> <c>                        :  "ć"  U0107  #  LATIN SMALL LETTER C WITH ACUTE<br>
  nls/iso8859-1/Compose.pre:<dead_acute> <c>                      : "\347"        ccedilla<br>
  nls/iso8859-13/Compose.pre:<dead_acute> <c>                     : "\343"        cacute<br>
  nls/iso8859-15/Compose.pre:<dead_acute> <c>                     : "\347"        ccedilla<br>
  nls/iso8859-2/Compose.pre:<dead_acute> <c>                      : "\346"        cacute<br>
  nls/pt_BR.UTF-8/Compose.pre:<dead_acute> <c>                    : "ç" ccedilla  # LATIN SMALL LETTER C WITH CEDILLA<br>
  nls/pt_PT.UTF-8/Compose.pre:<dead_acute> <c>    : "ç" ccedilla # LATIN SMALL LETTER C WITH CEDILLA<br>
<br>
I hope this will help you narrow down where the problem is: either the<br>
compose definitions aren't taking effect, in which case you'd need to<br>
track down what's supposed to be applying them and isn't, or the compose<br>
definitions are wrong, in which case you would be best off taking this<br>
up with X11 upstream.<br>
<br>
(That said, while I don't use dead-key layouts myself, I seem to get ç<br>
when I type Compose ' c even though that isn't what the Compose file<br>
says I should get.  Not quite sure what's going on there.)<br>
<br>
> "Ć" is a character that is used in Polish (38.5 million speakers) and<br>
> apparently also Croatian (6 millions speakers) and some related languages<br>
> when using loanwords.<br>
> "Ç" on the other hand, is used by Portuguese (215-260 million speakers),<br>
> French (80 million native, 270 million total speakers), Turkish (75<br>
> million), Catalan (4-10million), Albanian (5 million), Azerbaijani (23<br>
> million), plus at least Tatar, Turkmen, Kurdish and Zazaki, Friulian,<br>
> Ligurian and Occitan.<br>
<br>
Given that this is (as far as I can tell) supposed to depend on the<br>
locale, there should be no need to play off different groups of people<br>
against each other like this.<br>
<br>
-- <br>
Colin Watson                                       [<a href="mailto:cjwatson@ubuntu.com" target="_blank" rel="noreferrer">cjwatson@ubuntu.com</a>]<br>
<br>
-- <br>
Ubuntu-devel-discuss mailing list<br>
<a href="mailto:Ubuntu-devel-discuss@lists.ubuntu.com" target="_blank" rel="noreferrer">Ubuntu-devel-discuss@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss</a><br>
</blockquote></div>