Skip to content

Commit

Permalink
Converting to unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jun 3, 2016
1 parent e7f4cff commit 9f607e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandoc_numbering.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import re
import unicodedata
import subprocess
from unidecode import unidecode

count = {}
information = {}
Expand Down

0 comments on commit 9f607e3

Please sign in to comment.