Package: micro-httpd Version: 20051212-5 Severity: wishlist Tags: patch
-- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-xen-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages micro-httpd depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries micro-httpd recommends no packages. -- no debconf information iso-8859-1 charset is hardcoded on lines 200, 202, and 231. It should be changed to utf-8 in compliance with w3c recommendations. *** micro_httpd.c_utf-8.patch 200c200 < return "text/plain; charset=iso-8859-1"; --- > return "text/plain; charset=utf-8"; 202c202 < return "text/html; charset=iso-8859-1"; --- > return "text/html; charset=utf-8"; 231c231 < return "text/plain; charset=iso-8859-1"; --- > return "text/plain; charset=utf-8"; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

