Fix charset conversion

This commit is contained in:
Behdad Esfahbod 2011-08-10 21:54:22 +02:00
parent 25c4830593
commit 36a4fe037d
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ parse_options (int argc, char *argv[])
}
font_file = argv[1];
text = g_locale_to_utf8 (argv[2], -1, NULL, NULL, &error);
text = argv[2];
}