eagleflo / mpyq

Python library for reading MPQ archives.
BSD 2-Clause "Simplified" License
99 stars 23 forks source link

Support for different localizations #4

Open eagleflo opened 14 years ago

eagleflo commented 14 years ago

Currently the library does not care about localization in any way. It should be possible to specify exact localization you are interested in when reading files. Might require some work to make extract() compatible with them.