(ccl_coding_driver): Set ccl->eight_bit_control
property before calling ccl_driver.
This commit is contained in:
parent
fd40a25f71
commit
b671ed5e8e
1 changed files with 3 additions and 0 deletions
|
@ -4564,7 +4564,10 @@ ccl_coding_driver (coding, source, destination, src_bytes, dst_bytes, encodep)
|
|||
if (ccl->eol_type ==CODING_EOL_UNDECIDED)
|
||||
ccl->eol_type = CODING_EOL_LF;
|
||||
ccl->cr_consumed = coding->spec.ccl.cr_carryover;
|
||||
ccl->eight_bit_control = coding->dst_multibyte;
|
||||
}
|
||||
else
|
||||
ccl->eight_bit_control = 1;
|
||||
ccl->multibyte = coding->src_multibyte;
|
||||
if (coding->spec.ccl.eight_bit_carryover[0] != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue