+Sat Dec 25 04:04:48 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+ * dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip
+ the 8th bit of characters
+
Sat Dec 25 02:50:31 CET 1999 Wichert Akkerman <wakkerma@debian.org>
* Oops, forgot to add scripts/dpkg-safefilelist.{1,pl}
+dpkg (1.6.6) unstable; urgency=low
+
+ * Don't strip 8th bit in dselect packagelists
+
+ -- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+
dpkg (1.6.5) unstable; urgency=low
* Don't use \z in dpkg-scansources, Closes: Bug# 53182
wattrset(listpad, selected ? selstatesel_attr : selstate_attr);
p= buf;
- while (i>0 && *p) { waddch(listpad, *p); p++; i--; }
+ while (i>0 && *p) { waddnstr(listpad, p,1); p++; i--; }
wattrset(listpad, selected ? listsel_attr : list_attr);
waddch(listpad,' ');