Searched refs:utf8Line (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dmain.cpp1939 gchar* utf8Line = g_utf16_to_utf8( (gunichar2*)line, -1, NULL, NULL, NULL ); local
1940 if ( utf8Line )
1942 gchar *safe = Inkscape::IO::sanitizeString(utf8Line);

Completed in 363 milliseconds