Hello,

if you are using tomcat check the encoding setting for the connector in 
server.xml

See chapter
3.2.6. Servlet Engine: (Jakarta Tomcat 4.x, Jetty, Caucho
Resin or equivalent)

of the 1.6.1 system documentation 
http://www.dspace.org/1_6_1Documentation/DSpace-Manual.pdf

"Modifications in /[tomcat]/conf/server.xml :

You also need to alter Tomcat's default configuration to support 
searching and browsing of multi-byte UTF-8 correctly. You
need to add a configuration option to the <Connector> element in 
[tomcat]/config/server.xml:
URIEncoding="UTF-8"
e.g. if you're using the default Tomcat config, it should read:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8080"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
redirectPort="8443"
acceptCount="100"
connectionTimeout="20000"
disableUploadTimeout="true"
URIEncoding="UTF-8"/>
"

Hope that helps

Claudia Jürgen


Am 18.02.2011 15:28, schrieb Ramsden, Annette:
> Dear all
>
> We are operating D-Space 1.6.1. I wondered whether anyone else had a
> problem with diacritics/special characters? When we cut and paste
> names with umlauts or accents, such as Schmüser, the name is visible
> in the repository but brings up an error message when accessed and
> will not link to the record. If we remove the diacritic&  spell the
> name without these, it does work. Also we have an item which has TM
> in its title&  this will not link to the item even though the record
> is displayed. Is there anything that can be done? Has anyone else
> encountered this and found a fix?
>
> Thanks Annette
>
> Assistant Academic Librarian Information Services University of
> Abertay Dundee
>
>
>
>
>
>
> ------------------------------------------------------------------------------
>
>
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen. Find and fix
> more than 250 security defects in the development cycle. Locate
> bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
>
>
>
> _______________________________________________ Dspace-general
> mailing list [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-general

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to