From: Christos Zoulas Date: Thu, 23 Sep 1993 17:59:17 +0000 (+0000) Subject: added entry for pc broken postscript files that start with ^D X-Git-Tag: FILE3_27~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e07563e005dbbb38228bb37b9523b83e9f5820e3;p=file added entry for pc broken postscript files that start with ^D --- diff --git a/magic/Magdir/old/postscript b/magic/Magdir/old/postscript index 6cc40a64..dcd8f655 100644 --- a/magic/Magdir/old/postscript +++ b/magic/Magdir/old/postscript @@ -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