Re: [PATCH v2 7/7] udf: Merge linux specific translation into CS0 conversion function

2016-01-04 Thread Jan Kara
On Thu 24-12-15 10:25:38, Andrew Gabbasov wrote: > 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 boun

[PATCH v2 7/7] udf: Merge linux specific translation into CS0 conversion function

2015-12-24 Thread Andrew Gabbasov
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. T