Sending JSON containing Arabic characters into UE5

Hi everyone,

I’m working on a project where I send JSON data containing Arabic characters into Unreal Engine 5. I’ve noticed that Arabic text isn’t being handled correctly when received in UE5, despite Arabic characters working fine within the engine itself.

Has anyone experienced similar issues, or could you confirm if UE5 has specific limitations or requirements for handling Arabic text via incoming JSON data?

Any insights or recommendations would be appreciated.

Thanks!

Well, I didn’t have any issues with Turkish special characters and tried with Arabic just now.

First thing comes to my mind (just as an insight) on this subject is encoding. Is encoding right? cause " ’ etc. can create problems. Also if you are making a web request http, encoding can be again problematic sometimes.