Moddus / tldr-python-dash-docset

tldr-pages Python Dash Docset Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 708

Zhomart opened this issue · comments

On OS X 10.11.2 I'm getting this error.

$ python generator.py
Traceback (most recent call last):
  File "generator.py", line 59, in <module>
    html.write(doc)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 708: ordinal not in range(128)

$ python --version
Python 2.7.10

Hi,
you should now be able to build the docset on your machine, please verify.

Greets

@Moddus it works ) Thank you.