Skip to content

Instantly share code, notes, and snippets.

@mixio
Created February 25, 2021 19:14
Show Gist options
  • Select an option

  • Save mixio/5ceb75053406d4c668103f859ce6ad02 to your computer and use it in GitHub Desktop.

Select an option

Save mixio/5ceb75053406d4c668103f859ce6ad02 to your computer and use it in GitHub Desktop.
file used to convert diacritic characters to html entities with the canonize utility of BBEdit
# -*- x-bbedit-canon-case-sensitive: 1; x-bbedit-canon-match-words: 0; x-bbedit-canon-grep: 1; -*-
À \À
Á \Á
 \Â
à \Ã
Ä \Ä
Å \Å
Æ \Æ
Ç \Ç
È \È
É \É
Ê \Ê
Ë \Ë
Ì \Ì
Í \Í
Î \Î
Ï \Ï
Ð \Ð
Ñ \Ñ
Ò \Ò
Ó \Ó
Ô \Ô
Õ \Õ
Ö \Ö
Ø \Ø
Ù \Ù
Ú \Ú
Û \Û
Ü \Ü
Ý \Ý
Þ \Þ
ß \ß
à \à
á \á
â \â
ã \ã
ä \ä
å \å
æ \æ
ç \ç
è \è
é \é
ê \ê
ë \ë
ì \ì
í \í
î \î
ï \ï
ð \ð
ñ \ñ
ò \ò
ó \ó
ô \ô
õ \õ
ö \ö
ø \ø
ù \ù
ú \ú
û \û
ü \ü
ý \ý
þ \þ
ÿ \ÿ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment