mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-21 03:15:56 -05:00
8 lines
179 B
Python
8 lines
179 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2019, Eli Schwartz <eschwartz@archlinux.org>
|
|
|
|
from html.entities import name2codepoint
|
|
|
|
name2codepoint
|