Support for setting an output charset for RR NM entries.
It will default to input charset (i.e. the locale charset for now). Names will be stored internally in that locale charset. Note that input charset musn't be changed by user. Instead, we can provide an input charset property to IsoFilesystem implementations.
This commit is contained in:
@ -37,7 +37,7 @@ struct Iso_Node
|
||||
/**< Type of the IsoNode, do not confuse with mode */
|
||||
enum IsoNodeType type;
|
||||
|
||||
char *name; /**< Real name, supossed to be in UTF-8 */
|
||||
char *name; /**< Real name, in default charset */
|
||||
|
||||
mode_t mode; /**< protection */
|
||||
uid_t uid; /**< user ID of owner */
|
||||
|
Reference in New Issue
Block a user