168349Sobrien
268349Sobrien#------------------------------------------------------------------------------
3309847Sdelphij# $File: claris,v 1.8 2016/07/18 19:23:38 christos Exp $
468349Sobrien# claris:  file(1) magic for claris
568349Sobrien# "H. Nanosecond" <aldomel@ix.netcom.com>
668349Sobrien# Claris Works a word processor, etc.
768349Sobrien# Version 3.0
868349Sobrien
968349Sobrien# .pct claris works clip art files
1068349Sobrien#0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
1168349Sobrien#*
1268349Sobrien#0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000
1368349Sobrien#null to byte 1000 octal
14267843Sdelphij514	string	\377\377\377\377\000
15267843Sdelphij>0	string	\0\0\0\0\0\0\0\0\0\0\0\0\0	Claris clip art
16267843Sdelphij514	string	\377\377\377\377\001
17267843Sdelphij>0	string	\0\0\0\0\0\0\0\0\0\0\0\0\0	Claris clip art
1868349Sobrien
1968349Sobrien# Claris works files
2068349Sobrien# .cwk
21309847Sdelphij# Moved to Apple AppleWorks document
22309847Sdelphij#0	string	\002\000\210\003\102\117\102\117\000\001\206 Claris works document
2368349Sobrien# .plt
24267843Sdelphij0	string	\020\341\000\000\010\010	Claris Works palette files .plt
2568349Sobrien
2668349Sobrien# .msp a dictionary file I am not sure about this I have only one .msp file
2768349Sobrien0	string	\002\271\262\000\040\002\000\164	Claris works dictionary
2868349Sobrien
2968349Sobrien# .usp are user dictionary bits
3068349Sobrien# I am not sure about a magic header:
3168349Sobrien#0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151
3268349Sobrien#        soh   S   p   f   8   U   D  sp   ^   S  cr  nl   p   o   d   i
3368349Sobrien#0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043
3468349Sobrien#          a   t   r   i   s   t  sp   ^   S  cr  nl   d   i   v  sp   #
3568349Sobrien
3668349Sobrien# .mth Thesaurus
37133359Sobrien# starts with \0 but no magic header
3868349Sobrien
3968349Sobrien# .chy Hyphenation file
4068349Sobrien# I am not sure: 000 210 034 000 000
4168349Sobrien
4268349Sobrien# other claris files
4368349Sobrien#./windows/claris/useng.ndx: data
4468349Sobrien#./windows/claris/xtndtran.l32: data
4568349Sobrien#./windows/claris/xtndtran.lst: data
4668349Sobrien#./windows/claris/clworks.lbl: data
4768349Sobrien#./windows/claris/clworks.prf: data
4868349Sobrien#./windows/claris/userd.spl: data
49