Package: libtext-wrapi18n-perl Version: 0.06-7 Severity: wishlist File: /usr/share/man/man3/Text::WrapI18N.3pm.gz
How does it know to break after the character '號'? The man page doesn't mention anything special, and man Text::Wrap(3perl) just says $Text::Wrap::break is '\s'; If it is using \w+ it doesn't mention it. Please document it further. Thanks. $ cat r.pl use Text::WrapI18N; $Text::WrapI18N::columns=30; print wrap("","","路111號3F-13http://example77777"); print wrap("","","路111號3F-13http://example8888"); $ perl -wl r.pl 路111號 3F-13http://example77777 路111號3F-13http://example8888 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org