udf: Use UTF-32 <-> UTF-8 conversion functions from NLS
authorJan Kara <jack@suse.cz>
Thu, 12 Apr 2018 15:06:18 +0000 (17:06 +0200)
committerJan Kara <jack@suse.cz>
Thu, 19 Apr 2018 14:00:48 +0000 (16:00 +0200)
commitb8a41c44a4ed8bad89b91584a7c7e4610c4b8c88
treeb8c5544efa9d2df87c5555b3716a5df197e45fee
parentb8333ea1adf08c5ccc3790403f0d1053e1b49f62
udf: Use UTF-32 <-> UTF-8 conversion functions from NLS

Instead of implementing our own functions converting to and from UTF-8,
use the ones provided by NLS.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/unicode.c