(iso-languages): For Portuguese ~c and
~C insert c-cedilla and C-cedilla respectively, like in latin-1.
This commit is contained in:
parent
f2719637a3
commit
2e9537e74b
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@
|
|||
(?\ . ?^))
|
||||
(?\" (?U . ?\334) (?u . ?\374)
|
||||
(?\ . ?\"))
|
||||
(?~ (?A . ?\303) (?O . ?\325) (?a . ?\343) (?o . ?\365)
|
||||
(?~ (?A . ?\303) (?O . ?\325) (?C . ?\307)
|
||||
(?a . ?\343) (?o . ?\365) (?c . ?\347)
|
||||
(?\ . ?~))
|
||||
(?, (?c . ?\347) (?C . ?\307) (?, . ?,)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue