From c965c29b6ccf39a96a192f5c4bfffa2c0620cefc Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 29 Oct 2009 15:08:52 +0000 Subject: =?UTF-8?q?=E2=80=A2=20as=20default=20add=20the=20UTF-8=20BOM=20(b?= =?UTF-8?q?yte=20order=20marker)=20\xEFBBBF=20to=20a=20MySQL=20dump=20file?= =?UTF-8?q?=20-=20this=20should=20simplify=20the=20loading=20of=20such=20a?= =?UTF-8?q?=20file=20in=20other=20text=20editors=20-=20to=20avoid=20the=20?= =?UTF-8?q?writing=20of=20that=20BOM=20one=20can=20add=20to=20Sequel=20Pro?= =?UTF-8?q?'s=20preference=20plist=20the=20boolean=20key=20=E2=80=9CNoBOMf?= =?UTF-8?q?orSQLdumpFile=E2=80=9D=20and=20set=20it=20to=20YES?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: If it turns out that this BOM causes problems one could add a checkbox for it to the NSSavePanel for instance later on. --- Source/SPConstants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 8043f4ba..8bf9fcff 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -125,3 +125,4 @@ extern NSString *SPQueryHistory; extern NSString *SPDocumentTaskStartNotification; extern NSString *SPDocumentTaskEndNotification; extern NSString *SPDefaultFavorite; +extern NSString *SPNoBOMforSQLdumpFile; -- cgit v1.2.3