Issue Type: Bug Bug
Affects Versions: 3.8
Assignee: Unassigned
Components: Core
Created: 01/Dec/13 1:47 PM
Description:

When writing stories that contain example tables with Māori macrons, there seems to be some double escaping of these characters happening in the output HTML files.

For Example, given the following scenario:
Scenario: Māori Macron support
Given some condition
When I do something
Then I expect to see a macron in the HTML table below:

Example-Title
Māori macron should show on this line

I would expect the characters to render as seen in the text file, however I see the following in the HTML output:

Then I expect to see a macron in the HTML table below:
Example-Title
Māori macron should show on this line

ā is the escape character for this particular macron, and the HTML source for this line shows the double escape:
<tr><td>M&#257;ori macron should show on this line</td></tr>

Environment: Windows 7 64-bit, Java 7-Update 21, Intel Core i5.
Project: JBehave
Priority: Minor Minor
Reporter: Gerard Ryan
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to