Index: main.c ================================================================== --- main.c +++ main.c @@ -780,11 +780,11 @@ // This function does not interpret the internal-only 0xFF code, which will be implemented in picture.c instead. Uint16 cs=0; int n=0; Uint32*so=0; int k=0; - if(*si==0xFE) { + if(has_mbcs && *si==0xFE) { // TRON for(k=0;si[k];k++) { if(si[k]==31 && si[k+1]) { n+=2; k++;