[ https://jira.duraspace.org/browse/DS-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27793#comment-27793 ]
Pascal-Nicolas Becker commented on DS-1469: ------------------------------------------- We have to problems here. 1) mvn package filters dspace.cfg to put in values out of build.properties. One of these values is dspace.name. On my system maven seems to think that build.properties ist ISO-8859-1 encoded and it converts the values of build.properties to utf-8. As they already where utf-8 encoded they get scrambeled and f.e. german umlaute become broken. So the value of dspace.name in build.properties differs from the value in dspace/target/dspace...-build/config/dspace.cfg. I found this bug in maven-war-plugin but im unsure if it really is the fault: https://jira.codehaus.org/browse/MWAR-164 2) the second problem is that dspace does read dspace.cfg expexting it to be ISO-8859-1 encoded. This is easy to fix and I can provide a petch next time I'm in the office (its alread done, I just was unable to run the tests on frieday). So I'll put the fix for 2) to github next week, but we still have problem 1) and I have no solution for it yet. > Repository name with the accent (dspace.cfg with UTF-8 encoding show > incorrect) > ------------------------------------------------------------------------------- > > Key: DS-1469 > URL: https://jira.duraspace.org/browse/DS-1469 > Project: DSpace > Issue Type: Bug > Affects Versions: 3.0, 3.1 > Environment: Linux CentOS 6.3 x64 > Reporter: Onivaldo Rosa Junior > > DSPACE only shows the repository name with the accent with file dspace.cfg in > ANSI encoding, if in UTF-8 the name is displayed incorrectly (in control > panel, e-mail, rss etc.). > The ant install/update make file in UTF-8. > Exemple: > # Name of the site (dspace.cfg in ANSI) > dspace.name = Repositório Institucional da Secretaria Executiva da UNA-SUS > Show => Repositório Institucional da Secretaria Executiva da UNA-SUS > # Name of the site (dspac.cfg in UTF-8) > dspace.name = Repositório Institucional da Secretaria Executiva da UNA-SUS > Show => Repositório Institucional da Secretaria Executiva da UNA-SUS -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Dspace-devel mailing list Dspace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-devel