Created
February 25, 2021 19:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- 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