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

@ -278,6 +278,9 @@ struct iso_read_opts
//TODO differ file and dir mode
//option to convert names to lower case?
/**
* Input charset for RR file names. NULL to use default locale charset.
*/
char *input_charset;
};