1226048Sobrien
2226048Sobrien#------------------------------------------------------------------------------
3226048Sobrien# $File: unicode,v 1.6 2010/09/20 18:55:20 rrt Exp $
4169942Sobrien# Unicode:  BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp>
5186690Sobrien# GRR: These types should be recognised in file_ascmagic so these
6186690Sobrien# encodings can be treated by text patterns.
7186690Sobrien# Missing types are already dealt with internally.
8169942Sobrien#
9169942Sobrien0	string	+/v8			Unicode text, UTF-7
10169942Sobrien0	string	+/v9			Unicode text, UTF-7
11169942Sobrien0	string	+/v+			Unicode text, UTF-7
12169942Sobrien0	string	+/v/			Unicode text, UTF-7
13169942Sobrien0	string	\335\163\146\163	Unicode text, UTF-8-EBCDIC
14226048Sobrien0	string	\000\000\376\377	Unicode text, UTF-32, big-endian
15169942Sobrien0	string	\377\376\000\000	Unicode text, UTF-32, little-endian
16169942Sobrien0	string	\016\376\377		Unicode text, SCSU (Standard Compression Scheme for Unicode)
17