I just tested on Ubuntu 12.04 using a keybord configured as US international with AltGr key and locale set to pt_BR.UTF-8. I had two different behaviours (both unexpected):
First: ' + c gave me ć
Then, the most common behaviour: ' + c gave me 'c
When I was expecting " ' + c = ç "
I just tested on Ubuntu 12.04 using a keybord configured as US international with AltGr key and locale set to pt_BR.UTF-8. I had two different behaviours (both unexpected):
First:
' + c gave me ć
Then, the most common behaviour:
' + c gave me 'c
When I was expecting " ' + c = ç "