Your message dated Wed, 22 Jul 2015 13:46:31 +0200
with message-id <[email protected]>
and subject line Re: Bug#664626: libdjvulibre21: minilisp_print_7bits is false
by default
has caused the Debian Bug report #664626,
regarding libdjvulibre21: minilisp_print_7bits is false by default
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
664626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664626
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libdjvulibre21
Version: 3.5.25.2-1
minilisp_print_7bits used to by true by default, but it's not anymore.
Could the old default value be retained?
I attached a test program that triggers the issue.
With libdjvulibre21 3.5.25.2-1:
$ ./test-7bit
"żółw"
"\305\274\303\263\305\202w"
"żółw"
With libdjvulibre21 3.5.24-9:
$ ./test-7bit
"\305\274\303\263\305\202w"
"\305\274\303\263\305\202w"
"żółw"
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 3.3.0-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libdjvulibre21 depends on:
ii libc6 2.13-27
ii libdjvulibre-text 3.5.25.2-1
ii libgcc1 1:4.7.0~rc2-1
ii libjpeg8 8d-1
ii libstdc++6 4.7.0~rc2-1
ii multiarch-support 2.13-27
--
Jakub Wilk
#include <stdio.h>
#include <libdjvu/miniexp.h>
int main(int argc, char **argv)
{
miniexp_t expr = miniexp_string("\xc5\xbc\xc3\xb3\xc5\x82\x77");
miniexp_print(expr);
minilisp_print_7bits = 1;
miniexp_print(expr);
minilisp_print_7bits = 0;
miniexp_print(expr);
return 0;
}
// vim:ts=4 sw=4 et
--- End Message ---
--- Begin Message ---
* Jakub Wilk <[email protected]>, 2012-03-19, 14:54:
minilisp_print_7bits used to by true by default, but it's not anymore.
Could the old default value be retained?
Over 3 years later, it's probably too late to change the default again.
Let's close the bug.
--
Jakub Wilk
--- End Message ---