Our production configuration appears to be working on scandinavian character searches:
http://dspace.mit.edu/search?scope=%2F&query=Astri+Jæger+Sweetman We have a difference in our production configuration and what is in SF where in the web.xml we have ISO-8859-1 rather than UTF-8. This was to stop dspace from "double escaping" the UTF-8 characters. > <!-- > Set encoding used by the container. If not set the > ISO-8859-1 encoding > will be assumed. > Since the servlet specification requires that the > ISO-8859-1 encoding > is used (by default), you should never change this > value unless > you have a buggy servlet container. > --> > <init-param> > <param-name>container-encoding</param-name> > <param-value>ISO-8859-1</param-value> > </init-param> We also do not set our tomcat server.xml URIEncoding to be UTF-8, however, we change the whole native encoding of the linux platform we are running on to be UTF-8. So you may have to verify your doing one of these. -Mark On Aug 22, 2008, at 5:02 AM, KlausDK wrote: > > We are experincing the same problem in dspace 1.5 and dspace 1.4.2 in > manakin. Jspui seems to work fine. > > http://www.nabble.com/utf8-problems.-Some-chars-are-stored- > correctly-others-are-not.-tp18709026p18709026.html > > > > mica78 wrote: >> >> It seems that scandinavian characters are not working in searches in >> DSpace 1.5.1 beta. >> Hopefully this can be fixed in stable release? >> >> Thanks, >> Mika >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> >> > > -- > View this message in context: http://www.nabble.com/DSpace-1.5.1- > beta-tp19083313p19105912.html > Sent from the DSpace - Tech mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

