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;
---