textile / python-textile

A Python port of Textile, A humane web text generator
Other
68 stars 23 forks source link

Key error on russian hash-route link #49

Closed tynopet closed 7 years ago

tynopet commented 7 years ago

Hello I try to transform this link with hash-route and Russian literals, and get error KeyError: u'\u043b'

Example:

s = u'"link":https://ru.vuejs.org/v2/guide/components.html#Входные-параметры'
textile.textile(s)

>>> ...KeyError: u'\u043b'

How to fix this? Thank you.