mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 21:57:46 +00:00
Use ISO-8859-1 charset instead of UTF-8
This commit is contained in:
parent
633758241e
commit
4eed29c0f9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class StringUtil {
|
||||||
* @return the encoding
|
* @return the encoding
|
||||||
*/
|
*/
|
||||||
public static Charset getCharset() {
|
public static Charset getCharset() {
|
||||||
return StandardCharsets.UTF_8;
|
return StandardCharsets.ISO_8859_1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String isValidTag(String tag, int userId, int roomId, int groupId) {
|
public static String isValidTag(String tag, int userId, int roomId, int groupId) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue