#617622 muttprint: Do not wrap multibyte text properly

Package:
muttprint
Source:
muttprint
Submitter:
Alexey Petrov
Date:
2021-04-20 09:15:02 UTC
Severity:
normal
Tags:
#617622#5
Date:
2011-03-10 00:30:35 UTC
From:
To:
We must use Text::WrapI18N module rather Text::Wrap for UTF8 text.

47c47
< use Text::Wrap;
---
1653c1653
<       $Text::Wrap::columns = $Config{WRAPMARGIN};
---
1763c1763
<       $Text::Wrap::columns = 70;
---
1808c1808
<       $Text::Wrap::columns = 70;
---