[ 
https://jira.duraspace.org/browse/DS-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27815#comment-27815
 ] 

Steve Swinsburg commented on DS-1469:
-------------------------------------

Hi, Can you try adding this to the plugins section of the pom that does the 
filtering (ie this one: 
https://github.com/DSpace/DSpace/blob/master/dspace/pom.xml). It should force 
it to use UTF-8.

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-resources-plugin</artifactId>
        <version>2.3</version>
        <configuration>
                <encoding>UTF-8</encoding>
        </configuration>
</plugin>

If it works should add it to the other poms that do filtering as well.
                
> 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

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to