bmddota / barebones

:meat_on_bone: A starter Dota 2 custom game with useful hooks, settings, and libraries.
Apache License 2.0
235 stars 128 forks source link

addon_english.txt is encoded in UTF-16 instead of UTF-8 #2

Closed igo95862 closed 9 years ago

igo95862 commented 10 years ago

this makes it unparseable by github due not supporting ascii. I recoded it in UTF-8 and now it works.

igo95862 commented 10 years ago

However, UTF-8 is not red by dota 2. I recommend keeping two files. One with UTF-8 to keep track on github and one with UTF-16 for usage in game.