Improve the encoding by compound-text-with-extensions.
This commit is contained in:
parent
faa28da9b7
commit
7a84eee5b7
5 changed files with 147 additions and 76 deletions
|
@ -3935,7 +3935,7 @@ decode_coding_iso_2022 (coding)
|
|||
int size;
|
||||
|
||||
ONE_MORE_BYTE (dim);
|
||||
if (dim < 0 || dim > 4)
|
||||
if (dim < '0' || dim > '4')
|
||||
goto invalid_code;
|
||||
ONE_MORE_BYTE (M);
|
||||
if (M < 128)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue