07-31-2016, 04:52 PM
Hello,
Thank you, Micheus.
About the Unicode characters in the badge parameters, there is an additional problem. For YafaRay to read the XML file with Unicode, it must be internally encoded in UTF-8. However, the file exported by YafaRay plugin is in ISO-8859-1. From what I've read in the Erlang pages, it's not trivial to save it in UTF-8 as it would require replacing the file:write to io:fwrite functions to write in the xml.
http://erlang.org/doc/apps/stdlib/unicode_usage.html
You can take a look at section 3.11 Unicode Data in Files
Thank you, Micheus.
About the Unicode characters in the badge parameters, there is an additional problem. For YafaRay to read the XML file with Unicode, it must be internally encoded in UTF-8. However, the file exported by YafaRay plugin is in ISO-8859-1. From what I've read in the Erlang pages, it's not trivial to save it in UTF-8 as it would require replacing the file:write to io:fwrite functions to write in the xml.
http://erlang.org/doc/apps/stdlib/unicode_usage.html
You can take a look at section 3.11 Unicode Data in Files