aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-03-04 02:00:29 +0000
committerrowanbeentje <rowan@beent.je>2009-03-04 02:00:29 +0000
commitc4e668aa544b62c4720bbd8af95884501958f754 (patch)
tree42df4b216e88247f31e001bcab334bfb803576bb /Source/CMMCPConnection.h
parentf716a08986866455792ccbb3a7d16c4e72028ade (diff)
downloadsequelpro-c4e668aa544b62c4720bbd8af95884501958f754.tar.gz
sequelpro-c4e668aa544b62c4720bbd8af95884501958f754.tar.bz2
sequelpro-c4e668aa544b62c4720bbd8af95884501958f754.zip
- Renames "Database Encoding" menu item in Database menu to "View Using Encoding" for clarity
- Add support for EUC-KR (I think, unable to test), hopefully fixing Issue #149 - Add workaround for UTF8 via Latin 1, supporting viewing and editing of data added using broken clients/upgraded old Wordpress/etc.
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index f07c9786..584b8056 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -62,6 +62,7 @@
- (void) disconnect;
- (BOOL) reconnect;
- (IBAction) closeSheet:(id)sender;
++ (NSStringEncoding) encodingForMySQLEncoding:(const char *) mysqlEncoding;
- (void) setParentWindow:(NSWindow *)theWindow;
- (BOOL) selectDB:(NSString *) dbName;
- (CMMCPResult *) queryString:(NSString *) query;