Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile support / Mac & Linux makefile #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AbandonedCart
Copy link

I do notice an issue where the first line of the output file is incorrect. It appears to replace it with random values. Other than that, it works. I am looking into the random line.

@AMGarkin
Copy link
Owner

For Black Desert Mobile use v1.0a + you have to handle UTF-8 byte order mark (first 3 bytes in file, sequence of 0xEF,0xBB,0xBF).

@AbandonedCart
Copy link
Author

The current version was working fine, but just needed to account for the BOM.
Reverting to 1.0a seems to add unnecessary code. As of the latest commit, it is working with the current TW version (the only one using loc files).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants