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

Support for big endianness missing #27

Open
dmitrygudkov opened this issue Nov 10, 2017 · 1 comment
Open

Support for big endianness missing #27

dmitrygudkov opened this issue Nov 10, 2017 · 1 comment

Comments

@dmitrygudkov
Copy link

It looks like .sav files created in big endian OSes are failed to get parsed correctly. If I understand it correctly, LayoutCode is supposed to be used to detect endianness which should later be applied to all Int32 reads. If LayoutCode = 0x00000002 then no endianness change is needed [on Windows]. But if it's 0x02000000 then all integers have to be read as big-endian (currently not implemented).

I'll try to create a pull request to fix this.

@dmitrygudkov dmitrygudkov changed the title Support for big endianness Support for big endianness missing Nov 10, 2017
@rmanjr
Copy link

rmanjr commented Nov 13, 2017 via email

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

No branches or pull requests

2 participants