-
Notifications
You must be signed in to change notification settings - Fork 41
user utf8
nhmkdev edited this page Aug 24, 2015
·
3 revisions
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 your CSV in Notepad and choose Save As...
and setting Encoding
to UTF-8
. You may need to import into your editor of choice as UTF-8 as well.
If this does not work add an issue to the project as there may be bug.