miracle2k / android2po

Convert Android string resources to gettext, and back.
BSD 2-Clause "Simplified" License
126 stars 50 forks source link

Python 2 fixes: Using open from io package to support encoding #54

Closed hansfn closed 6 years ago

hansfn commented 6 years ago

Also updated requirements.php - removing version locks and added colorama. The program should work on Python 2.6 and newer.


The fix was needed after the Python 3 fixes in last pull request. Tested on Python 2.7 on Linux.