hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

Utf8fixes #63

Closed ischurov closed 8 years ago

ischurov commented 8 years ago

Fixes minor encoding/utf8 issue: if there is quiz inside admon, FORMAT == 'sphinx' and encoding is 'utf-8' (and probably any other non-ascii one), like print 'Quiz:', q fails without q.encode(encoding).

hplgit commented 8 years ago

Many thanks!!