]> granicus.if.org Git - file/commitdiff
added entry for pc broken postscript files that start with ^D
authorChristos Zoulas <christos@zoulas.com>
Thu, 23 Sep 1993 17:59:17 +0000 (17:59 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 23 Sep 1993 17:59:17 +0000 (17:59 +0000)
magic/Magdir/old/postscript

index 6cc40a640aa4c8e3b45764b485fa7e527eee2592..dcd8f65507118d7fea70778e850b43e1d01acef2 100644 (file)
@@ -4,7 +4,14 @@
 # XXX - should we match only versions 1.0 and 2.0, or should we wildcard
 # it?
 #
-0      string          %!              PostScript text
+0      string          %!              PostScript document
 >2     string  PS-Adobe-               conforming
 >>11   string  1.0                     at level %s
 >>11   string  2.0                     at level %s
+>>11   string  3.0                     at level %s
+# Some pc's have the annoying habit of adding a ^D
+0      string          \004%!          PostScript document
+>3     string  PS-Adobe-               conforming
+>>12   string  1.0                     at level %s
+>>12   string  2.0                     at level %s
+>>12   string  3.0                     at level %s