https://github.com/moddedtechnic/htmlescapecodeloader
Downloads HTML escape codes to CSV file (debug table also available)
https://github.com/moddedtechnic/htmlescapecodeloader
Last synced: 5 months ago
JSON representation
Downloads HTML escape codes to CSV file (debug table also available)
- Host: GitHub
- URL: https://github.com/moddedtechnic/htmlescapecodeloader
- Owner: moddedTechnic
- Created: 2021-01-26T14:43:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T14:50:57.000Z (over 5 years ago)
- Last Synced: 2025-06-13T13:46:44.569Z (about 1 year ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMLEscapeCodeLoader
Downloads HTML escape codes to CSV file (debug table also available)
Run `get_html_escape_codes.py` to refresh `html_escape_codes.csv` and `out.html`.
`out.html` is the debug output - open in a web browser to view a formatted table of downloaded escape codes.
`html_escape_codes.csv` is the main output. The first column is the numerical code, the second column is the text-based code if there is one, otherwise `""` and the third column is the name of the character. All codes are escaped with `""`.