We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
appmanifest_1406850.txt
Is there anything that can be done by the library user to have this file parsed correctly?
The problematic field is this one: "installdir" "The Legend of Liāu Thiam Ting"
"installdir" "The Legend of Liāu Thiam Ting"
Thanks
The text was updated successfully, but these errors were encountered:
Doesn't look like library issue. Whatever way you are loading the file is not using the correct codec when decoding the file.
Try: vdf.load(open('appmanifest_1406850.txt', encoding='utf8'))
vdf.load(open('appmanifest_1406850.txt', encoding='utf8'))
Sorry, something went wrong.
No branches or pull requests
appmanifest_1406850.txt
Is there anything that can be done by the library user to have this file parsed correctly?
The problematic field is this one:
"installdir" "The Legend of Liāu Thiam Ting"
Thanks
The text was updated successfully, but these errors were encountered: