(detect_coding_system): Likewise.
|| c == ISO_CODE_SO)))
break;
}
- /* Skipped bytes must be even for utf-16 detector. */
- if (i % 2)
- src--;
coding->head_ascii = src - (coding->source + coding->consumed);
if (coding->head_ascii < coding->src_bytes)
|| c == ISO_CODE_SO)))
break;
}
- /* Skipped bytes must be even for utf-16 detecor. */
- if (i % 2)
- src--;
coding.head_ascii = src - coding.source;
if (src < src_end)