[ 
http://jira.codehaus.org/browse/JBEHAVE-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=270182#comment-270182
 ] 

Brian Repko commented on JBEHAVE-533:
-------------------------------------

Was also wondering what the file.encoding setting is when the mvn 
archetype:generate was done.  Is it possible that the archetype files are UTF-8 
but then explode into the character encoding given at the time the project is 
created?  Then we run them as if they are UTF-8 and they aren't.  The 
trader-i18n will probably pull down as UTF-8 based on your git client.

> Bad encoding in JBehave Raports with default configuration from jbehave 
> archetype in Windows
> --------------------------------------------------------------------------------------------
>
>                 Key: JBEHAVE-533
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-533
>             Project: JBehave
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Mariusz Smykula
>         Attachments: wrong-encoding-sample-prj.tar.gz, 
> wrong-encoding-sample-prj.zip
>
>
> I have created project from archetype with command:
> {{mvn archetype:generate -DarchetypeGroupId=org.jbehave 
> -DarchetypeArtifactId=jbehave-spring-archetype}}
> and edited my.story file (added some international chars)
> After this 
> There is:
> ??A scenario with some pending steps 
> łóśťłśóaśęł??
> Should be:
> ??Scenario: A scenario with some pending steps 
> &#322;ó&#347;&#380;&#322;&#347;óa&#347;&#281;&#322;?? <- here is proper 
> encoded letters 
> I have edited pom.xml and added:
> {{<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>}}
> {{<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>}}
>  in properties section.
> The HTML and XML raport should be properly encoded after this. I think option 
> -Dfile.encoding=UTF-8 should be not required for this. Maven project should 
> have identical results on all platforms if properly configured.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to