Tomáš Bihary


Found
r1204167

r1204167 | stsp | 2011-11-20 13:35:00 +0000 (Sun, 20 Nov 2011)

Fix issue #4064, "UTF-8 files containing only a byte order mark are added
as binary".

Special-case empty UTF-8 files which have a UTF-8 BOM. This prevents such
files from being considered binary.

* subversion/libsvn_subr/io.c
  (svn_io_is_binary_data): Return FALSE if the data contains only a UTF-8 BOM.

Reported by: Tomáš Bihary