Skip to content

Force README.md to load as UTF-8

Compare
Choose a tag to compare
@AnjoMan AnjoMan released this 25 Jun 13:17
· 67 commits to master since this release
5f09460

This bug-fix addresses #27, where it was found that on systems that did not have a default encoding of UTF-8 python was opening the readme file during installation and then failing when it encountered unicode characters. By opening the readme with a specified encoding of UTF-8, we can ensure that carsons will install on any system that supports this encoding.