Let NULL input charset in image reading, that defaults to locale one.

This commit is contained in:
Vreixo Formoso
2008-01-05 16:01:21 +01:00
parent f3c27e681f
commit c47e5a738d
3 changed files with 13 additions and 3 deletions

View File

@ -120,7 +120,7 @@ int main(int argc, char **argv)
0, /* uid; */
0, /* gid; */
0, /* mode */
"UTF-8" /* input_charset */
NULL /* input_charset */
};
if (argc != 2) {