Re: problems with mimetype of and empty utf8 files in svn 1.7

2011-10-21 Thread Tomáš Bihary
e same way - empty (only with BOM) utf8 file is handled as binnary. Tomas What do you expect to happen? As to special-casing svn_io_is_binary_data() to handle 0xEFBBBF correctly... we could do that, I suppose. Tomáš Bihary wrote on Fri, Oct 21, 2011 at 11:15:19 +0200: Hello, after upgrading the

Re: problems with mimetype of and empty utf8 files in svn 1.7

2011-10-21 Thread Tomáš Bihary
d there is the octet-stream - 1.7 displays modified property status Regrads Tomas On Fri, Oct 21, 2011 at 11:15:19AM +0200, Tomáš Bihary wrote: Hello, after upgrading the svn 1.7 I realized an issue. When I add an empty UTF-8 file, it is added with mimetype application/octet-stream The

problems with mimetype of and empty utf8 files in svn 1.7

2011-10-21 Thread Tomáš Bihary
Hello, after upgrading the svn 1.7 I realized an issue. When I add an empty UTF-8 file, it is added with mimetype application/octet-stream The empty UTF8 file has 3 bytes size - there are just the 3 mark bytes 0xEF 0xBB 0xBF If there is an content in that file, it is handled correctly like t