Skip to content

Conversation

@mprofitlich
Copy link

We had the problem that special characters (German Umlaute: ä, ö, ü) were converted to Unicode and could not be found in a findRecords call. When preventing a conversion with JSON_UNESCAPED_UNICODE it works.

json_encode($parameters, JSON_UNESCAPED_UNICODE)

I’ve inserted it in four places. Please check whether it is correct to add it in all of them.

@filip24u
Copy link
Collaborator

Hello,

Thank you for your help with the improvement of the fmRESTor.php, I will review the code and I will let you know, thank you.

Filip

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

Successfully merging this pull request may close these issues.

2 participants