lifelike / countersheetsextension

Inkscape extension for the layout of sheets of cards, tiles, or counters for boardgames.
Other
235 stars 27 forks source link

Unicode Support #92

Closed SeaBee44 closed 1 year ago

SeaBee44 commented 1 year ago

Is there a way to include unicode signs - especially greek letters - in text objects?

e.g. greek signs or unicode in the csv file

lifelike commented 1 year ago

That should work as long as you make sure the CSV-file is UTF-8 and not for instance UTF-16 or some legacy encoding. Just put the characters into the file like you would any other text.

SeaBee44 commented 1 year ago

grafik Thank you! It was the wrong encoding.