Skip to content

Commit

Permalink
Add UTF-8 sample and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaister committed Apr 24, 2014
1 parent 8c676f7 commit 8953947
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,10 @@ Revision history:

1.1 Added CSV data export

1.3 Added support for IE6, IE7, IE8, IE9. Added minified version.
1.3 Added support for ---IE6---, ---IE7---, ---IE8---, IE9+. Added minified version.

1.4 Add LICENSE.txt with GPL v3. UTF-8 characters fixed.

**Note:**

IE8 or lower do not support *data:* url schema.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,26 @@ <h3>Test page</h3>
<th>Column 1</th>
<th>Column "cool" 2</th>
<th>Column 3</th>
<th>Column 4</th>
</tr>
<tr>
<td>100,111</td>
<td>200</td>
<td>300</td>
<td>áéíóú</td>
</tr>
<tr>
<td>400</td>
<td>500</td>
<td>600</td>
<td>àèìòù</td>
</tr>
<tr>
<td>Text</td>
<td>More text</td>
<td>Text with
new line</td>
<td>ç ñ ÄËÏÖÜ äëïöü</td>
</tr>
</table>

Expand Down

0 comments on commit 8953947

Please sign in to comment.