Issue Details (XML | Word | Printable)

Key: CLOV-258
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Nick Pellow [Atlassian]
Reporter: Nick Pellow [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Clover

Allow encoding to be configured in HTML reports

Created: 11/May/08 09:16 PM   Updated: 14/Jul/08 03:45 AM
Component/s: Reporting
Affects Version/s: None
Fix Version/s: 2.3.2

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Participants: Nick Pellow [Atlassian]
Since last comment: 20 weeks ago
Resolution Date: 14/Jul/08 03:45 AM
Labels:

Sub-Tasks  All   Open   

 Description  « Hide
see: http://developer.atlassian.com/jira/browse/CLMVN-47

This could be set in a meta tag, directly in the HTML:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

Alternatively, since the HTML reports are actually XHTML we could use:
<?xml version="1.0" encoding="ISO-8859-1"?>
at the top of each file.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Pellow [Atlassian] added a comment - 14/Jul/08 03:43 AM
the current and historical elements of clover-report now support the charset attribute.
this defaults to UTF-8.