AdvancedBan icon indicating copy to clipboard operation
AdvancedBan copied to clipboard

utf8/UTF-8 characterEncoding Connection URL property

Open A248 opened this issue 5 years ago • 0 comments

The documentation of MySQL Connector-J suggests AdvancedBan's default characterEncoding=utf8 is incorrect. It probably should be UTF-8, the "Java-style" name mentioned here: https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-charsets.html . It is the same for 5.1

Use Java-style names when specifying character encodings

That implies utf8 is not the right value. Indeed, this seems to be confirmed by StackOverflow: https://stackoverflow.com/a/20423184

A248 avatar Nov 09 '20 00:11 A248