3 messages in com.perforce.perforce-user[p4] copyright symbol
FromSent OnAttachments
Sall...@symbian.com09 Nov 2001 06:47 
Arnt Gulbrandsen09 Nov 2001 07:10 
Robert Cowham09 Nov 2001 09:24 
Subject:[p4] copyright symbol
From:Arnt Gulbrandsen (ar@gulbrandsen.priv.no)
Date:11/09/2001 07:10:16 AM
List:com.perforce.perforce-user

Perforce by default looks at the first 1024 characters of a file, and determines teh file type based on what it sees.

0xA9 is not an ASCII byte, so seeing that in the first 1024 bytes will make perforce draw some sort of conclusion.

You can specify an explicit typemap or specify the type explicitly with p4 edit -t.

--Arnt