wcember / pypub

Python library to programatically create epub files
MIT License
278 stars 44 forks source link

Problem with diacritic sign. #20

Open stMedard opened 2 years ago

stMedard commented 2 years ago

Hello, I like your library very much. I successfully matched it with the latest python and django. But I have a problem with Polish characters ąęśżźćółń. I had to replace the "basestring" on "str".

e_pub_ch = create_chapter_from_string(html_string="ąęśżźćóńł", url=None, title=i.title_chapter)

clach04 commented 1 year ago

Linking: