--- db/prgsrc/makeauthors.pl 2003/02/02 21:01:11 1.5 +++ db/prgsrc/makeauthors.pl 2005/12/10 00:03:55 1.7 @@ -115,7 +115,7 @@ while () ($number,$descr)=m/^(\d+)\s+(.*)$/g; $nick='unknown'; } - $nick=~s/\s*$//; +# if ($nick=~s/\s*$//) $descr=~s/([\.\,\:\!\?])/$1 /g; $descr=~s/\\n/ /g; $descr=~s/^\s+//g; @@ -153,7 +153,7 @@ while (($QuestionId, $author)=getrow,$Qu $author=~s/\s+$//mg; $author=~s/\s+/ /mg; $author=uc $author; - + $author=~s/£/Å/mg; if ($nick = $nick{$author}) { my @a=split ' ',$nick;