|
From: John M M. <jo...@us...> - 2004-04-23 20:46:15
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2015/squeak/platforms/Mac OS/vm Modified Files: sqMacEncoding.h Log Message: 3.7.3b4 Update for normalized unicode pathnames Index: sqMacEncoding.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacEncoding.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sqMacEncoding.h 2 Dec 2003 04:41:55 -0000 1.1 --- sqMacEncoding.h 23 Apr 2004 20:46:05 -0000 1.2 *************** *** 16,19 **** --- 16,21 ---- void SetImageNameViaString(char *string,UInt32 encoding); void SetImageName(FSSpec *workingDirectory); + void SetImageNameWithEncoding(FSSpec *workingDirectory, + CFStringEncodings encoding); Boolean ImageNameIsEmpty(); char *getImageName(); *************** *** 22,27 **** Boolean ShortImageNameIsEmpty(); void getDocumentNameWithEncoding(char *target,UInt32 encoding); - int IsImageName(char *name); void setEncodingType (char *aType); char* getEncodingType (UInt32 aType); --- 24,30 ---- Boolean ShortImageNameIsEmpty(); void getDocumentNameWithEncoding(char *target,UInt32 encoding); + void SetDocumentNameViaString(char *string,UInt32 encoding); void setEncodingType (char *aType); char* getEncodingType (UInt32 aType); + int IsImageName(char *name); \ No newline at end of file |