Your message dated Sun, 3 Aug 2008 14:02:33 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#493369: Removes define if LANG=*.utf8
has caused the Debian Bug report #493369,
regarding Removes define if LANG=*.utf8
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.)
--
493369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493369
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: indent
Version: 2.2.9-7
severity: serious
If used with an utf8 language, a define that points to a string
containing invalid utf8 characters is removed. The test case
below uses a latin1 ä, which was replaced with a <?> by the
terminal.
How to reproduce:
$ env | grep LANG
LANG=de_DE.UTF-8
$ cat test.c
/* before */
#define FOO "b�r"
/* after */
$ grep FOO test.c | hd
00000000 23 64 65 66 69 6e 65 20 46 4f 4f 20 22 62 e4 72 |#define FOO
"b.r|
00000010 22 0a |".|
00000012
$ indent test.c
$ cat test.c
/* before */
/* after */
Sincerely,
Joachim
--- End Message ---
--- Begin Message ---
On Sat, 2 Aug 2008, Joachim Zobel wrote:
> Package: indent
> Version: 2.2.9-7
> severity: serious
>
> If used with an utf8 language, a define that points to a string
> containing invalid utf8 characters is removed. The test case
> below uses a latin1 ä, which was replaced with a <?> by the
> terminal.
>
> How to reproduce:
>
>
> $ env | grep LANG
> LANG=de_DE.UTF-8
>
> $ cat test.c
> /* before */
> #define FOO "bÿÿr"
> /* after */
>
> $ grep FOO test.c | hd
> 00000000 23 64 65 66 69 6e 65 20 46 4f 4f 20 22 62 e4 72 |#define FOO
> "b.r|
> 00000010 22 0a |".|
> 00000012
>
> $ indent test.c
>
> $ cat test.c
> /* before */
>
> /* after */
Thanks a lot for the report, but this seems to be already fixed in
version 2.2.10-1 in testing, so there is nothing I can do about it.
(Well, if you need it, I could try to upload a backport to
www.backports.org, but this would be unofficial).
--- End Message ---