You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: