[fix] garbage characters 0.0.5 diff patch
Console based rcon client for minecraft servers.
Status: Beta
Brought to you by:
tiiffi
.
garbage shown because it strips just 1 of 2-byte unicode char color codes
it fixes adding these lines that skips weird chars, please include in next release
570a571,573
> if((unsigned char) packet->data[i] == 0xc2) {
> continue;
> }
586a590,592
> if((unsigned char) packet->data[i] == 0xc2) {
> continue;
> }
This is kwown problem and will be fixed in the next release.
I think there are also something fishy going on with color support with different server versions so I have to look into it.
Active development is moving to Github: https://github.com/Tiiffi/mcrcon/tree/develop