Actions
Bug #6012
closedEnsure all UTF-8 characters display correctly in query results
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
- Assignee set to ben leinfelder
This was an issue with the DataONEProxy class using a default encoding for the response.getWriter(). By explicitly setting the encoding to UTF-8 for output stream writing we should avoid this.
Note it is not an issue when communicating directly to the localhost (Metacat MN)
Actions