Bugs item #2088426, was opened at 2008-09-02 10:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2088426&group_id=19984

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Web UI
Group: 1.5 beta 1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Steck Michael (steckmichael)
Assigned to: Nobody/Anonymous (nobody)
Summary: encoding in some form-fields buggy

Initial Comment:
some fields (search-, browsing- and file-upload-fields) are not encoded 
correctly (UTF-8,IS0-8859-1).
i have already changed 2 bits of code 

(
 set the container-encoding in the web.xml to ISO-8859-1
 2 changes to dspace-1_5_1-beta/dspace-xmlui/dspace-xmluiapi/
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>
)

, that helped in some cases, but not in all.

see the attached docu, where i tried to summarize the bugs that i found.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2088426&group_id=19984

-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to