You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Julien HENRY (JIRA)" <ji...@codehaus.org> on 2009/01/30 15:48:19 UTC

[jira] Created: (CONTINUUM-2053) Problem with french characters

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


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

        

[jira] Closed: (CONTINUUM-2053) Problem with french characters

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed CONTINUUM-2053.
-----------------------------------

    Resolution: Fixed

fix in [rev 739712|http://svn.apache.org/viewvc?view=rev&revision=739712]

> 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

        

[jira] Updated: (CONTINUUM-2053) Problem with french characters

Posted by "Jose Morales Martinez (JIRA)" <ji...@codehaus.org>.
     [ 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

        

[jira] Updated: (CONTINUUM-2053) Problem with french characters

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-2053:
------------------------------------

         Assignee: Olivier Lamy
    Fix Version/s: 1.3.2

> 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
>
>
> 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