1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-01-07 03:38:10 -05:00

ServerConstants: Added constant/field for charset

This commit is contained in:
Sebastian Kaspari 2010-04-05 18:31:22 +02:00
parent 82941ef072
commit 5beee89ce2

View File

@ -38,6 +38,7 @@ public interface ServerConstants extends BaseColumns
public static final String PASSWORD = "password";
public static final String AUTOCONNECT = "autoConnect";
public static final String USE_SSL = "useSSL";
public static final String CHARSET = "charset";
public static final String IDENTITY = "identity";
/**
@ -51,6 +52,7 @@ public interface ServerConstants extends BaseColumns
PASSWORD,
AUTOCONNECT,
USE_SSL,
CHARSET,
IDENTITY
};
}