fixed problem with utf-8

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4388 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
apfelmaennchen 17 years ago
parent 13668830b7
commit 3afdcd0d59

@ -67,7 +67,7 @@ public class get {
bookmarksDB.Tag tag;
while(it.hasNext()){
tag=(bookmarksDB.Tag)it.next();
prop.putHTML("tags_"+count+"_name", tag.getTagName());
prop.put("tags_"+count+"_name", tag.getTagName());
prop.put("tags_"+count+"_count", tag.size());
count++;
}

Loading…
Cancel
Save