diff options
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r-- | Source/SPServerSupport.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h index 2f562177..4cb68726 100644 --- a/Source/SPServerSupport.h +++ b/Source/SPServerSupport.h @@ -62,7 +62,7 @@ // Encoding BOOL supportsShowCharacterSet; BOOL supportsShowCollation; - BOOL supportsCharacterSetDatabaseVar; + BOOL supportsCharacterSetAndCollationVars; BOOL supportsPost41CharacterSetHandling; // User account related @@ -150,10 +150,10 @@ @property (readonly) BOOL supportsShowCollation; /** - * @property supportsCharacterSetDatabaseVar Indicates if the server supports the 'character_set_database' - * variable. + * @property supportsCharacterSetAndCollationVars Indicates if the server supports the 'character_set_*' and 'collation_*' + * variables. */ -@property (readonly) BOOL supportsCharacterSetDatabaseVar; +@property (readonly) BOOL supportsCharacterSetAndCollationVars; /** * @property supportsPost41CharacterSetHandling Indicates whether the server supports post 4.1 character set |