Package: icedax
Version: 9:1.1.9-1
Severity: normal
Under Debian::Lenny, icedax systematically replaces accented characters by an
underscore
? Is it possible to have such an option to avoid the underscore:
static void filter_nonprintable(char *c, size_t l)
{
size_t i;
for(i = 0; i < l; ++i) {
if(!isprint(c[i]) && !isspace(c[i])) {
// TODO: c[i] = '_';
}
}
}
Best regards
-- System Information:
Debian Release: 5.0.4
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages icedax depends on:
ii libc6 2.7-18lenny2 GNU C Library: Shared libraries
icedax recommends no packages.
Versions of packages icedax suggests:
ii cdrkit-doc 9:1.1.9-1 Documentation for the cdrkit packa
ii vorbis-tools 1.2.0-5 several Ogg Vorbis tools
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]