diff --git a/src/coding.c b/src/coding.c index 5b44a9e035a..ba837670ea1 100644 --- a/src/coding.c +++ b/src/coding.c @@ -3912,6 +3912,7 @@ ccl_coding_driver (coding, source, destination, src_bytes, dst_bytes, encodep) ccl->last_block = coding->mode & CODING_MODE_LAST_BLOCK; if (encodep) ccl->eol_type = coding->eol_type; + ccl->multibyte = coding->src_multibyte; coding->produced = ccl_driver (ccl, source, destination, src_bytes, dst_bytes, &(coding->consumed)); if (encodep)