ObeoNetwork / M2Doc

The M2Doc technology enables the generation of Office Open XML documents from models.
http://obeonetwork.github.io/M2Doc/
Eclipse Public License 2.0
38 stars 22 forks source link

Make sure we use UTF-8 when giving Batik its input SVG files #496

Closed Kellindil closed 1 year ago

Kellindil commented 1 year ago

Batik seems to assume the input bytes are in UTF-8 as it fails to read some special characters from CP1252-encoded SVG images

cbrun commented 1 year ago

Looks good!