
16 Aug
2007
16 Aug
'07
2:51 p.m.
I'm trying to add an --export-emf command line option to inkscape.
Having read through the relevant source code on Doxygen, I do not quite understand why some export options have a second global variable with a _utf8 suffix, and some do not. (To be precise, png and svg do, while ps, eps and pdf do not). What do these utf8 duplicate strings do, and (more immediately important to me), should I add one for my new --export-emf option?
The variables are all defined, and only used, in src/main.cpp - http://inkscape.modevia.com/doxygen/html/main_8cpp.php