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
This code: https://github.com/keboola/php-utils/blob/master/src/Keboola/Utils/jsonDecode.php#L41 https://github.com/keboola/php-utils/blob/master/src/Keboola/Utils/stripInvalidUtf16.php#L12
removes even valid utf16 chars if an invalid one is encountered. This would be a better solution: https://mnaoumov.wordpress.com/2014/06/14/stripping-invalid-characters-from-utf-16-strings/
More info: https://keboola.slack.com/archives/C02JB1749/p1513775038000189
The text was updated successfully, but these errors were encountered:
I will look into.
Sorry, something went wrong.
MiroCillik
No branches or pull requests
This code:
https://github.com/keboola/php-utils/blob/master/src/Keboola/Utils/jsonDecode.php#L41
https://github.com/keboola/php-utils/blob/master/src/Keboola/Utils/stripInvalidUtf16.php#L12
removes even valid utf16 chars if an invalid one is encountered. This would be a better solution:
https://mnaoumov.wordpress.com/2014/06/14/stripping-invalid-characters-from-utf-16-strings/
More info: https://keboola.slack.com/archives/C02JB1749/p1513775038000189
The text was updated successfully, but these errors were encountered: