"Hey guys, had this issue before with Datasnap and special chars. Try using the UTF-8 encoding when sending the data over, usually solves the problem."
"Hey, I just had to deal with this too when trying to send a JSON payload with a special character. You can try encoding the special characters using a library like urlencode or just escape them manually. Does anyone know if there's a more elegant way to handle this in Datasnap?"