commit | b8333ea1adf08c5ccc3790403f0d1053e1b49f62 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Apr 11 12:27:27 2018 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 19 16:00:48 2018 +0200 |
tree | 6af69d35713f70309d6d8bd4484d7b2d111e50c9 | |
parent | 44f06ba8297c7e9dfd0e49b40cbe119113cca094 [diff] |
udf: Always require NLS support UDF needs to convert strings between OSTA CS0 charset and standard UTF8. Currently we implement our own utf-16 <-> utf-8 translations which is unnecessary code duplication. Always select NLS so that we can use translation functions from there. Signed-off-by: Jan Kara <jack@suse.cz>