1*835f6802SDirk Vogt 2*835f6802SDirk Vogt#------------------------------------------------------------------------------ 3*835f6802SDirk Vogt# $File: unicode,v 1.6 2010/09/20 18:55:20 rrt Exp $ 4ef01931fSBen Gras# Unicode: BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp> 5ef01931fSBen Gras# GRR: These types should be recognised in file_ascmagic so these 6ef01931fSBen Gras# encodings can be treated by text patterns. 7ef01931fSBen Gras# Missing types are already dealt with internally. 8ef01931fSBen Gras# 9ef01931fSBen Gras0 string +/v8 Unicode text, UTF-7 10ef01931fSBen Gras0 string +/v9 Unicode text, UTF-7 11ef01931fSBen Gras0 string +/v+ Unicode text, UTF-7 12ef01931fSBen Gras0 string +/v/ Unicode text, UTF-7 13ef01931fSBen Gras0 string \335\163\146\163 Unicode text, UTF-8-EBCDIC 14*835f6802SDirk Vogt0 string \000\000\376\377 Unicode text, UTF-32, big-endian 15ef01931fSBen Gras0 string \377\376\000\000 Unicode text, UTF-32, little-endian 16ef01931fSBen Gras0 string \016\376\377 Unicode text, SCSU (Standard Compression Scheme for Unicode) 17