Bug #6012
Ensure all UTF-8 characters display correctly in query results
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
History
#1 Updated by ben leinfelder almost 9 years ago
- Assignee set to ben leinfelder
- Status changed from New to Closed
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)