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

Encoding errors in party_results.php #79

Open
PoroCYon opened this issue Jan 7, 2018 · 3 comments
Open

Encoding errors in party_results.php #79

PoroCYon opened this issue Jan 7, 2018 · 3 comments

Comments

@PoroCYon
Copy link

PoroCYon commented Jan 7, 2018

UTF-8 interpreted as CP437, it seems (and the html version seems to be bogus as well)

@Gargaj
Copy link
Contributor

Gargaj commented Jan 8, 2018

What can I say - UTF8 detection is not an exact science :/

@sagamusix
Copy link
Contributor

sagamusix commented Jan 31, 2018

That doesn't look like UTF-8 at all but rather the use of the wrong codepage (which really cannot be fully auto-detected).
Edit: FWIW the correct encoding for this file is Windows-1251

@Gargaj
Copy link
Contributor

Gargaj commented Aug 28, 2019

I put down some basic code for being able to manually force encodings for some of that stuff, but the db is a bit inconsistent - i.e. prod nfos have a db record but party results dont.

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

3 participants