udf: Convert ident strings to proper charset
authorJan Kara <jack@suse.cz>
Mon, 16 Apr 2018 13:44:19 +0000 (15:44 +0200)
committerJan Kara <jack@suse.cz>
Thu, 19 Apr 2018 14:00:48 +0000 (16:00 +0200)
commite966fc8d9953167fe7c29495495436846467a5d2
treefd2e428de30446512098ea185808807af88db48a
parentb8a41c44a4ed8bad89b91584a7c7e4610c4b8c88
udf: Convert ident strings to proper charset

iocharset= mount option specifies the character set used on *console*
(not on disk). So even dstrings from VRS need to be converted from CS0
to the specified charset and not always UTF-8. This is barely user
visible as those strings are shown only in UDF debug messages.

CC: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c
fs/udf/udfdecl.h
fs/udf/unicode.c