[DS-537] Malformed Japanese option values in the authority lookup window

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4890 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Kim Shepherd
2010-05-05 19:13:30 +00:00
parent 3aa176ac1e
commit 79702c115b
2 changed files with 5 additions and 1 deletions

View File

@@ -81,8 +81,8 @@ public class AuthorityChooseServlet extends DSpaceServlet {
// };
//
// Choices result = new Choices(testValues,start,testValues.length,Choices.CF_ACCEPTED,false);
Writer writer = response.getWriter();
response.setContentType("text/xml; charset=\"utf-8\"");
Writer writer = response.getWriter();
// borrow xalan's serializer to let us use SAX choice menu generator
Properties props =
OutputPropertiesFactory.getDefaultMethodProperties(Method.XML);

View File

@@ -1,5 +1,9 @@
1.7.0
=====
(Keiji Suzuki)
- [DS-537] Malformed Japanese option values in the authority lookup window
(Peter Dietz)
- [DS-542] verbose output for stats-log-importer displays spurious city/country from previous committed entry