TS3 Multibyte-Strings are "too long"
When sending Multibyte UTF Messages parts can be too long for TS3Query.
TS3 allows for 1024
UTF-8 Bytes
Hint: For -> While if(msg.getBytes > msg.length) ... go back and get 1 char less
When sending Multibyte UTF Messages parts can be too long for TS3Query.
TS3 allows for 1024
UTF-8 Bytes
Hint: For -> While if(msg.getBytes > msg.length) ... go back and get 1 char less