Bugs item #2088426, was opened at 2008-09-02 03:09
Message generated for change (Settings changed) made by tdonohue
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: Closed
>Resolution: Out of Date
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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to