Skip to content

Commit

Permalink
Better substitute for the Euro symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Aug 21, 2022
1 parent 028b757 commit d485760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"…": b"...",
"′": b"'",
"″": b"''",
"€": b"Euro",
"€": b"EUR",
"™": b"(tm)",
"≈": b"~",
"≠": b"!=",
Expand Down

0 comments on commit d485760

Please sign in to comment.