Bug confirmed in version 20051018-1 too. For now using worrisome workaround:
$ tidy -utf8 Chinese.html|
perl -nwe 'BEGIN{use Text::Wrap; $Text::Wrap::huge="overflow";
$Text::Wrap::unexpand=0} if(/<pre>/../<\/pre>/){print;next}
$l=$_; s/[^[:ascii:]]{3}/12/g; if(length>80){
print wrap(""," ",$l)}else{print $l}'
#Text::WrapI18N has no $huge, fold(1) same. Yes not using perl -C.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to