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

Refuse to run MAF if non UTF-8 characters are received from MythTV #237

Open
billmeek opened this issue Oct 19, 2013 · 0 comments
Open

Refuse to run MAF if non UTF-8 characters are received from MythTV #237

billmeek opened this issue Oct 19, 2013 · 0 comments
Assignees
Milestone

Comments

@billmeek
Copy link
Contributor

This is a result of #219. If the backend is run using a character set other
than UTF-8, then the JSON parser can fail on characters outside of the
'normal' ASCII set, e.g. é.

MAF should detect the invalid character set (e.toString().contains( "Invalid UTF-8")), alert the user and refuse to run until the backend is properly configured.

@ghost ghost assigned dmfrey Oct 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants