Closed Yoshi-E closed 1 year ago
for passwords containing other char sets (e.g. russian, chineses, etc) its possible that the encoding will fail resulting in a rejecting of the password.
Its recommended to use ascii only passwords if you encounter this problem
Now using iso-8859-1 encoding for all messages
encoding is set on RCON.codec = "iso-8859-1 e"
for passwords containing other char sets (e.g. russian, chineses, etc) its possible that the encoding will fail resulting in a rejecting of the password.
Its recommended to use ascii only passwords if you encounter this problem