Skip to content

user utf8

Tim Stair edited this page Aug 24, 2015 · 3 revisions

User - UTF8

CardMaker should be able to render non-english characters (special charcters, accented characters, etc.).

Generally if you are unable to see the correct characters in the application from a reference it means that the CSV file you are importing was not saved with the byte-order mark. This is a common problem as some CSV editors (OpenOffice Calc is one) does not save with the mark.

To resolve this open you CSV in Notepad and choose Save As... and setting Encoding to UTF-8.

If this does not work add an issue to the project as there may be bug.