v0.1.1
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.