Let NULL input charset in image reading, that defaults to locale one.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user