Datasnap rest special characters

guibas

Member
Joined
Nov 17, 2019
Messages
286
Reaction score
157
I am testing a datasnap server rest, and am having problems with special characters.

ç - \ u00E7
ã - \ u00E3

This running by browser ...
http: // localhost: 8080 / datasnap / rest / TTest / List

How to get around this?
 

savui

New member
Joined
Jul 14, 2017
Messages
1
Reaction score
0
"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."
 

ЦветОк

Member
Joined
Dec 3, 2008
Messages
5
Reaction score
0
"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?"
 
Top