[ 
http://jira.codehaus.org/browse/CONTINUUM-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jose Morales Martinez updated CONTINUUM-2053:
---------------------------------------------

    Attachment: After.png
                Before.png

This bug is related to the Improvement 
[CONTINUUM-2027|http://jira.codehaus.org/browse/CONTINUUM-2027]. When this that 
is updated, it will solve encoding problems. while you can add to the next 
filter in your web.xml


<filter>
<filter-name>encodingFilter</filter-name>
<filter-class> 
org.springframework.web.filter.CharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
<init-param>
<param-name>forceEncoding</param-name>
<param-value>true</param-value>
</init-param>
</filter>

<filter-mapping>
<filter-name>encodingFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

> Problem with french characters
> ------------------------------
>
>                 Key: CONTINUUM-2053
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2053
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.3.1
>         Environment: Win XP
> Firefox 3
>            Reporter: Julien HENRY
>            Assignee: Olivier Lamy
>             Fix For: 1.3.2
>
>         Attachments: After.png, Before.png
>
>
> In the Continuum web interface some special french characters are displayed 
> as "?".
> This is especially the case in the menu and in the connection header (from 
> redback).
> Sample:
> Se d?connecter
> L?gende
> Construction r?ussie
> I checked the localization resource files and the encoding is ok (unicode is 
> encoded as ASCII).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to