Skip to content

v0.1.1

Compare
Choose a tag to compare
@cdfmlr cdfmlr released this 16 Jan 07:41
· 54 commits to master since this release
dd4bff7

Bug fix: decode error when read the code file inputed from CLI

This version resolved #4. Rather than call open('rt') without a special encoding, this new version will open file in binary and then auto detect file encoding before decode it.

Thanks @BackMountainDevil.