1327e51cbSPeter Avalos 2327e51cbSPeter Avalos#------------------------------------------------------------------------------ 3*c30bd091SSascha Wildner# $File: claris,v 1.8 2016/07/18 19:23:38 christos Exp $ 4327e51cbSPeter Avalos# claris: file(1) magic for claris 5327e51cbSPeter Avalos# "H. Nanosecond" <aldomel@ix.netcom.com> 6327e51cbSPeter Avalos# Claris Works a word processor, etc. 7327e51cbSPeter Avalos# Version 3.0 8327e51cbSPeter Avalos 9327e51cbSPeter Avalos# .pct claris works clip art files 10327e51cbSPeter Avalos#0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 11327e51cbSPeter Avalos#* 12327e51cbSPeter Avalos#0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000 13327e51cbSPeter Avalos#null to byte 1000 octal 14e8af9738SPeter Avalos514 string \377\377\377\377\000 15e8af9738SPeter Avalos>0 string \0\0\0\0\0\0\0\0\0\0\0\0\0 Claris clip art 16e8af9738SPeter Avalos514 string \377\377\377\377\001 17e8af9738SPeter Avalos>0 string \0\0\0\0\0\0\0\0\0\0\0\0\0 Claris clip art 18327e51cbSPeter Avalos 19327e51cbSPeter Avalos# Claris works files 20327e51cbSPeter Avalos# .cwk 21*c30bd091SSascha Wildner# Moved to Apple AppleWorks document 22*c30bd091SSascha Wildner#0 string \002\000\210\003\102\117\102\117\000\001\206 Claris works document 23327e51cbSPeter Avalos# .plt 2482c5fa3eSPeter Avalos0 string \020\341\000\000\010\010 Claris Works palette files .plt 25327e51cbSPeter Avalos 26327e51cbSPeter Avalos# .msp a dictionary file I am not sure about this I have only one .msp file 27327e51cbSPeter Avalos0 string \002\271\262\000\040\002\000\164 Claris works dictionary 28327e51cbSPeter Avalos 29327e51cbSPeter Avalos# .usp are user dictionary bits 30327e51cbSPeter Avalos# I am not sure about a magic header: 31327e51cbSPeter Avalos#0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151 32327e51cbSPeter Avalos# soh S p f 8 U D sp ^ S cr nl p o d i 33327e51cbSPeter Avalos#0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043 34327e51cbSPeter Avalos# a t r i s t sp ^ S cr nl d i v sp # 35327e51cbSPeter Avalos 36327e51cbSPeter Avalos# .mth Thesaurus 37327e51cbSPeter Avalos# starts with \0 but no magic header 38327e51cbSPeter Avalos 39327e51cbSPeter Avalos# .chy Hyphenation file 40327e51cbSPeter Avalos# I am not sure: 000 210 034 000 000 41327e51cbSPeter Avalos 42327e51cbSPeter Avalos# other claris files 43327e51cbSPeter Avalos#./windows/claris/useng.ndx: data 44327e51cbSPeter Avalos#./windows/claris/xtndtran.l32: data 45327e51cbSPeter Avalos#./windows/claris/xtndtran.lst: data 46327e51cbSPeter Avalos#./windows/claris/clworks.lbl: data 47327e51cbSPeter Avalos#./windows/claris/clworks.prf: data 48327e51cbSPeter Avalos#./windows/claris/userd.spl: data 49