Hi Mark,
after setting the container-encoding to IS0-8859-1 the display of
characters was ok, but still browsing on special characters dis not work .
>>>> - set the container-encoding in the web.xml to ISO-8859-1
>>>> - set the form-encoding for Browse to ISO-8859-1 in
>>>>
>> [dspace-source]/dspace-xmlui/dspace-xmlui-api/src/main/resources/
>> aspects/ArtifactBrowser/sitemap.xmap
>
> Claudia, Can you post how you set this?
Thus I did 2 changes to
dspace-1_5_1-beta/dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/ArtifactBrowser/sitemap.xmap
added the action "set-encoding" to the actions
<map:actions>
<map:action name="SendFeedbackAction"
src="org.dspace.app.xmlui.aspect.artifactbrowser.SendFeedbackAction"/>
<map:action name="set-encoding"
src="org.apache.cocoon.acting.SetCharacterEncodingAction"/>
</map:actions>
and set the form-encoding for Browse to IS0-8859-1
<!-- Browse (by anything) -->
<map:match pattern="browse">
<map:transform type="ConfigurableBrowse"/>
<map:act type="set-encoding">
<map:parameter name="form-encoding" value="ISO-8859-1"/>
</map:act>
<map:serialize type="xml"/>
</map:match>
Now there remain 2 issues with special characters
1) The provenance information inserted into the license
It contains the name of the submitter which might contain special
characters, see
https://eldorado2.uni-dortmund.de/dspace151betaxmlui/bitstream/handle/123456789/12/license.txt?sequence=2
2) the secondary search
Searching for special characters works ok unless you do a secondary
search, i.e. doing a search from the results page.
Have a good start to the week
Claudia
-------------------------------------------------------------------------
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