Page 1 of 1

Unicode API problem

PostPosted: Wed Dec 28, 2011 12:10 am
by heddhunter
I am making API calls, asking for data returned in json format. Although the HTTP headers from the API indicate Charset: UTF-8, I am seeing encoded entities in the json data. eg: jaïa instead of jaïa.

example API url:

http://fairlight:5193/rest/getMusicDire ... 6174696f6e

i would expect to see "jaïa"... is it possible to have this happen?