summaryrefslogtreecommitdiffstats
path: root/contrib/file/src/encoding.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-12-30 19:39:31 +0000
committerdelphij <delphij@FreeBSD.org>2014-12-30 19:39:31 +0000
commit48f640fb39a51412c289cf60a37e13bf69f64cf3 (patch)
tree7261a54be7ebfea2364c4b429cf16a0472a3ba8e /contrib/file/src/encoding.c
parent8630086ac2460da5edb45eecd6eb3c6bc44dc31f (diff)
downloadFreeBSD-src-48f640fb39a51412c289cf60a37e13bf69f64cf3.zip
FreeBSD-src-48f640fb39a51412c289cf60a37e13bf69f64cf3.tar.gz
MFC r275698: MFV r275696: file 5.21.
Diffstat (limited to 'contrib/file/src/encoding.c')
-rw-r--r--contrib/file/src/encoding.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/file/src/encoding.c b/contrib/file/src/encoding.c
index b75e0cc..c1b23cc 100644
--- a/contrib/file/src/encoding.c
+++ b/contrib/file/src/encoding.c
@@ -35,7 +35,7 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: encoding.c,v 1.9 2013/11/19 20:45:50 christos Exp $")
+FILE_RCSID("@(#)$File: encoding.c,v 1.10 2014/09/11 12:08:52 christos Exp $")
#endif /* lint */
#include "magic.h"
@@ -97,7 +97,6 @@ file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, uni
*code_mime = "utf-8";
} else if (file_looks_utf8(buf, nbytes, *ubuf, ulen) > 1) {
DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen));
- *code = "UTF-8 Unicode (with BOM)";
*code = "UTF-8 Unicode";
*code_mime = "utf-8";
} else if ((ucs_type = looks_ucs16(buf, nbytes, *ubuf, ulen)) != 0) {
OpenPOWER on IntegriCloud