emoose / MBINCompiler

Now maintained by monkeyman192: https://github.com/monkeyman192/MBINCompiler
Other
43 stars 69 forks source link

Fix xml file encoding #18

Closed Atvaark closed 8 years ago

Atvaark commented 8 years ago

The exml was declared as UTF-16 while it had UTF-8 content (Some text editors noticed that and warned about it). Now both the encoding-attribute and content will be UTF-8.

Don't merge yet. Fixing an invalid whitespace I accidentally added.

emoose commented 8 years ago

I was wondering why they were UTF-16, was going to look into it but haven't had a chance yet, thanks for this.

twist84 commented 8 years ago

@emoose I'm sorry about this but could you verify if eldorito is a native or managed code.