aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c1
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)
2693 if (mask == CODING_CATEGORY_MASK_ANY) 2693 if (mask == CODING_CATEGORY_MASK_ANY)
2694 /* No valid ISO2022 code follows C. Try again. */ 2694 /* No valid ISO2022 code follows C. Try again. */
2695 goto label_loop_detect_coding; 2695 goto label_loop_detect_coding;
2696 mask |= CODING_CATEGORY_MASK_RAW_TEXT;
2696 } 2697 }
2697 else if (c < 0xA0) 2698 else if (c < 0xA0)
2698 { 2699 {