Skip to content

Conversation

@dntyfate
Copy link

Python 3 handles str as a Unicode string, which introduces differences in how the I/O layer decodes bytes—commonly using UTF-8 by default. In contrast, Python 2 treats str as a raw byte string. This discrepancy causes compatibility issues when reading dictionary files containing non-UTF-8 characters.

This pull request applies minimal changes to ensure timecracker.py runs correctly under Python 3, addressing the compatibility issue raised in Issue #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant