2011-10-06 02:01:12 -04:00
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
2019-11-09 22:44:32 -05:00
|
|
|
# $File: unicode,v 1.7 2019/02/19 20:34:42 christos Exp $
|
2007-05-24 12:12:23 -04:00
|
|
|
# Unicode: BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp>
|
2019-11-09 22:44:32 -05:00
|
|
|
# These types are recognised in file_ascmagic so these encodings can be
|
|
|
|
|
# treated by text patterns. Missing types are already dealt with internally.
|
2007-05-24 12:12:23 -04:00
|
|
|
#
|
|
|
|
|
0 string +/v8 Unicode text, UTF-7
|
|
|
|
|
0 string +/v9 Unicode text, UTF-7
|
|
|
|
|
0 string +/v+ Unicode text, UTF-7
|
|
|
|
|
0 string +/v/ Unicode text, UTF-7
|
|
|
|
|
0 string \335\163\146\163 Unicode text, UTF-8-EBCDIC
|
2011-10-06 02:01:12 -04:00
|
|
|
0 string \000\000\376\377 Unicode text, UTF-32, big-endian
|
2007-05-24 12:12:23 -04:00
|
|
|
0 string \377\376\000\000 Unicode text, UTF-32, little-endian
|
|
|
|
|
0 string \016\376\377 Unicode text, SCSU (Standard Compression Scheme for Unicode)
|