diff options
Diffstat (limited to 'src/coding.c')
-rw-r--r-- | src/coding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 7cb5200c08d..fd092886fbc 100644 --- a/src/coding.c +++ b/src/coding.c @@ -2693,6 +2693,7 @@ detect_coding_mask (src, src_bytes) if (mask == CODING_CATEGORY_MASK_ANY) /* No valid ISO2022 code follows C. Try again. */ goto label_loop_detect_coding; + mask |= CODING_CATEGORY_MASK_RAW_TEXT; } else if (c < 0xA0) { |