unicode 771 B

123456789101112131415
  1. #------------------------------------------------------------------------------
  2. # $File: unicode,v 1.7 2019/02/19 20:34:42 christos Exp $
  3. # Unicode: BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp>
  4. # These types are recognised in file_ascmagic so these encodings can be
  5. # treated by text patterns. Missing types are already dealt with internally.
  6. #
  7. 0 string +/v8 Unicode text, UTF-7
  8. 0 string +/v9 Unicode text, UTF-7
  9. 0 string +/v+ Unicode text, UTF-7
  10. 0 string +/v/ Unicode text, UTF-7
  11. 0 string \335\163\146\163 Unicode text, UTF-8-EBCDIC
  12. 0 string \000\000\376\377 Unicode text, UTF-32, big-endian
  13. 0 string \377\376\000\000 Unicode text, UTF-32, little-endian
  14. 0 string \016\376\377 Unicode text, SCSU (Standard Compression Scheme for Unicode)