Change By: Gerard Ryan (01/Dec/13 1:57 PM)
Description: When writing stories that contain example tables with  MÄ  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Ä  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|
ample-Title
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 Ex
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&amp;#257;ori macron should show on this line</td></tr>

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