diff --git a/src/Text.hh b/src/Text.hh index 7d8aa924..ca0cb564 100644 --- a/src/Text.hh +++ b/src/Text.hh @@ -610,7 +610,7 @@ struct pstring { if (this->data[1] == 'J') { client_language = 0; offset = 2; - } else { + } else if (this->data[1] != 'C') { client_language = 1; offset = 2; }