alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
61 stars 32 forks source link

Fix a quirk with encodings on Windows #37

Closed TBotV63 closed 8 years ago

TBotV63 commented 8 years ago

On (non-english?) Windows systems attempting to decode certain output 'utf-8' as the default will fail. This change fixes those issues.

dvander commented 8 years ago

Thanks!