Actions
Bug #200
closedJSON results encoding
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Mulgara
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
(This ticket obsoletes #197.)
According section 3 of RFC 4627, The application/json Media Type for JavaScript Object Notation (JSON),
JSON text SHALL be encoded in Unicode. The default encoding is UTF-8.
Currently json output for sparql queries is not utf-8. This is for Mulgara 2.1.3.
To verify, load some triples with non-ascii chars in the URIs and also non-ascii string objects. Then run a query and the result will not be utf-8. I can supply test data if needed.
My data is for linguistics research, and requires the full range of unicode, so this is a show-stopper.
Updated by Paula Gearon about 15 years ago
- Status changed from New to Closed
- Resolution set to fixed
Should be good now
Actions