Hi,
I trace HTTP communication with Wireshark and here are results:
GET /query/social/sql/select+from+CdGender%2F20 HTTP/1.1
Host: localhost:2480
Connection: keep-alive
Authorization: Basic YWRtaW46YWRtaW4=
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML,
like Gecko) Chrome/15.0.874.106 Safari/535.2
Accept: */*
Referer:
http://localhost:2480/studio/
Accept-Encoding: gzip,deflate,sdch
Accept-Language: sr,hr-HR;q=0.8,hr;q=0.6,en-US;q=0.4,en;q=0.2
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: OSESSIONID=OS13201557941975258201513135842167
HTTP/1.1 200 OK
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Date: Tue Nov 01 14:56:55 CET 2011
Content-Type: application/json
Server: OrientDB Server v.1.0rc7-SNAPSHOT (build 10765)
Connection: Keep-Alive
Set-Cookie: OSESSIONID=OS13201557941975258201513135842167; Path=/;
HttpOnly
Content-Length: 617
{ "schema": {
"name": "CdGender",
"properties":{
"idCdGender":{
"name": "idCdGender",
"type": "INTEGER",
"mandatory": false,
"notNull": true,
"min": null,
"max": null
},
"cdValue":{
"name": "cdValue",
"type": "EMBEDDEDMAP",
"mandatory": false,
"notNull": false,
"min": null,
"max": null
}
}
},
"result": [{
"@type": "d", "@rid": "#8:0", "@version": 0, "@class":
"CdGender",
"idCdGender": 1,
"cdValue": {"en": "Male", "sr_Latn": "Mu..ki"}
}
]
}
In server response i get this "Mu..ki" instead of "Muški".
Best regards
> some weeks ago I've tried with Italian special characters and worked. Can
> you monitor the HTTP request? is it UTF-8?
>
> Lvc@
>