Menu

#9 [fix] garbage characters 0.0.5 diff patch

0.0.6
accepted
nobody
2015-05-10
2015-05-09
atesin
No

.

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;
>             }

Discussion

  • Tiiffi

    Tiiffi - 2015-05-10

    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

     
  • Tiiffi

    Tiiffi - 2015-05-10
    • status: open --> accepted
     

Log in to post a comment.

MongoDB Logo MongoDB