Benny- / Yahoo-ticker-symbol-downloader

A web scraper for ticker symbols from yahoo finance
https://pypi.python.org/pypi/Yahoo-ticker-downloader/
Other
247 stars 87 forks source link

add explicitly encode type when export. #15

Closed lanfon72 closed 7 years ago

lanfon72 commented 8 years ago

use this to avoid encoding error in Windows.(in Windows, the default encoding is cp950)

Benny- commented 7 years ago

The problem should be solved in current master branch by adding a .encode("UTF-8") call. Can you confirm this is a acceptable solution too.