Handle unicode characters. Specify utf-8 encoding on python scripts. Added unit test for non-ASCII characters.
This commit is contained in:
parent
321f16c46d
commit
d242407701
5 changed files with 703 additions and 5 deletions
4
unittests/utf8.svg
Normal file
4
unittests/utf8.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<desc>ú</desc>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 112 B |
Loading…
Add table
Add a link
Reference in a new issue