]> git.pld-linux.org Git - packages/file.git/blob - file-unicode.patch
- updated to 4.16, removed obsolete stdin-noclose patch, updated magic patch
[packages/file.git] / file-unicode.patch
1 --- /dev/null   Tue May  5 22:32:27 1998
2 +++ file-3.38/magic/Magdir/unicode      Thu May 23 19:59:50 2002
3 @@ -0,0 +1,14 @@
4 +#---------------------------------------------------------------------------
5 +# Unicode:  BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp>
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  \357\273\277            Unicode text, UTF-8
12 +0      string  \335\163\146\163        Unicode text, UTF-8-EBCDIC
13 +0      string  \376\377\000\000        Unicode text, UTF-32, big-endian
14 +0      string  \377\376\000\000        Unicode text, UTF-32, little-endian
15 +0      string  \376\377                Unicode text, UTF-16, big-endian
16 +0      string  \377\376                Unicode text, UTF-16, little-endian
17 +0      string  \016\376\377            Unicode text, SCSU (Standard Compression Scheme for Unicode)
18 --- file-3.38/magic/Makefile.am~        Mon May 20 12:44:34 2002
19 +++ file-3.38/magic/Makefile.am Mon May 20 12:44:34 2002
20 @@ -194,6 +194,7 @@
21  Magdir/troff \
22  Magdir/tuxedo \
23  Magdir/typeset \
24 +Magdir/unicode \
25  Magdir/unknown \
26  Magdir/uuencode \
27  Magdir/varied.out \
This page took 0.059132 seconds and 3 git commands to generate.