Andrew Gabbasov 484a10f493 udf: Merge linux specific translation into CS0 conversion function
Current implementation of udf_translate_to_linux function does not
support multi-bytes characters at all: it counts bytes while calculating
extension length, when inserting CRC inside the name it doesn't
take into account inter-character boundaries and can break into
the middle of the character.

The most efficient way to properly support multi-bytes characters is
merging of translation operations directly into conversion function.
This can help to avoid extra passes along the string or parsing
the multi-bytes character back into unicode to find out it's length.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2016-02-09 13:05:23 +01:00
..
2016-01-22 18:04:28 -05:00
2016-01-22 18:04:28 -05:00
2015-01-05 11:04:37 +01:00
2014-07-15 22:40:23 +02:00
2009-06-11 21:36:13 -04:00
2015-06-23 18:01:59 -04:00
2013-09-24 11:23:33 +02:00