Hi, You may fix this when you apply the following patch to
DSPACE-SRC/dspace-jsp/dspace-jsp-webapp/src/main/webapp/controlledvocabulary/controlledvocabulary.jsp ======= patch from here ========================================= --- controlledvocabulary.jsp 2010-06-14 21:48:18.000000000 +0900 +++ controlledvocabulary.jsp.new 2010-08-09 09:34:55.937500000 +0900 @@ -46,7 +46,7 @@ --%> -<%@ page language="java" contentType="text/html;charset=iso-8859-1" %> +<%@ page language="java" contentType="text/html;charset=UTF-8" %> <%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> @@ -57,7 +57,7 @@ <head> <title><fmt:message key="jsp.controlledvocabulary.controlledvocabulary.title"/></title> -<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> +<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <link rel="shortcut icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/x-icon"/> ========== patch end ========================================================= 2010/8/8 洪承理 <[email protected]>: > Hi there > I'm new in dspace.Now I am trying to apply controlled vocabulary in my > system. > I followed the manual and seted webui.controlledvocabulary.enable = true. > It just worked fine,but when I trying to make my own controlled vocabulary > ,it got a problem. > Following the manual,I made a .xml file to put all my controlled > vocabulary,and it can display in "Subject Search" correctly. > But when I assigned controlled vocabulary for an item, in the pop-up window > ,all the controlled vocabulary just showed "?????". > After submission ,the subject field also showed "?????". > By the way, I used Chinese to make controlled vocabulary,and the .xml > encoding in utf8,my dspace version is 1.6.2. > Could somebody help me to fix this? > Thanks. -- Keiji Suzuki Ebetsu, Japan ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

