|
Using Search&Replace should be an easy method
The code start with " & "
after that you input the letter that is going to get the accent, upper or lower case
then is the code for the accent
´ = acute
` = grave
^ = circ
~ = tilde
¨ = ulm (im not sure about the one)
at the end is the semi-colon " ; "
so all a with accent
á á
Á Á
à à
À À
ã ã
à Ã
â â
 Â
&aulm; ä
&Aulm; Ä
PS: the " ç " is " ç "
|