[ 
https://issues.apache.org/jira/browse/FELIX-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247203#comment-13247203
 ] 

Felix Meschberger edited comment on FELIX-3406 at 4/5/12 1:41 PM:
------------------------------------------------------------------

Looks like the files are translated (in target/classes/...) but are packed in 
the final JAR file untranslated ... So the webconsole reads the "original" 
UTF-8 encoded files as if it would be ISO-8859-1 and thus, of course, cannot 
render properly.

This is caused by the bundle plugin which includes the source resource files 
instead of the processed resource files.
                
      was (Author: fmeschbe):
    Looks like the files are translated (in target/classes/...) but are packed 
in the final JAR file untranslated ... So the webconsole reads the "original" 
UTF-8 encoded files as if it would be ISO-8859-1 and thus, of course, cannot 
render properly.
                  
> Localization in Web Console doesn't work anymore
> ------------------------------------------------
>
>                 Key: FELIX-3406
>                 URL: https://issues.apache.org/jira/browse/FELIX-3406
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.4.0
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>            Priority: Critical
>             Fix For: webconsole-3.4.0
>
>
> Seems that native2ascii task doesn't work anymore and this is with the latest 
> SVN snapshot. (I'm using Apache Maven 3.0.3 to build)
> So, when UTF-8 characters are rendered on screen they appear like random 
> characters. This makes the web console totally unusable in Bulgarian and 
> Russian languages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to