Using the pattern:
Code: Select all
ñáàâéèêíìîóòôúùûç[]{}()&>>naaaeeeiiiooouuuc______and
OR
Code: Select all
ñáàâéèêíìîóòôúùûç[]{}()&>>naaaeeeiiiooouuuc&&&&&&and
gives a message that "(lists) must have the same lenght."
USING THIS PATTERN:
Code: Select all
ñáàâãéèêíìîóòôõúùûç.,[]{}()>>naaaaeeeiiioooouuuc________
went fine.
Problem was with the "&" character, which I wanted to replace with "and".
Workaround: do a second search & replace just for that.
Portuguese users, go ahead with that small piece of code!
Regarding your comment, Stefan (thanks!), I intended to search and replace only the letters "é" for "e" and "É" for "E" (case sensitive, yes!), but not one word for another ("México - SOCIÉTÉ").
But your point gave me a hint, so later I'll try to study scripting based on your writing and find a solution.
-but I really think that an "auto-replacing" function would be great (possibly "Unicode to UTF-8", haven't tried it yet!). And I try to preserve XY as small and 3rd-party free as possible - portability reasons.
Thanks again!
edit: Edited pattern to include "ã/õ". Changed font for the records (easier to distinguish as an ANSWER).