Your message dated Tue, 22 Dec 2009 11:15:36 +0100
with message-id <[email protected]>
and subject line Re: Bug#453869: HTML rendering over line break
has caused the Debian Bug report #453869,
regarding HTML rendering over line break
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.)


-- 
453869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453869
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iceweasel
Version: 2.0.0.10-2

Please verify that what I see is a bug:

Here we see only lynx always renders correctly.
Firefox and w3m only render correctly for ASCII.

$ cat r.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>
<html>
<head>
 <meta http-equiv="Content-Type" content=
 "text/html; charset=utf-8">
 <title>test</title>
</head>
<body>
 <p>國
國,國國;A
A,AA;A
A,AA</p>
</body>
</html>
$ lynx -dump r.htm
   國 國,國國;A A,AA;A A,AA
$ w3m -dump r.htm
國國,國國;AA,AA;A A,AA

P.S.,
Diagnostic-Code: X-Postfix; host packages.debian.net[78.47.136.187] said: 554
    5.7.1 <[email protected]>: Relay access denied (in reply to
    RCPT TO command)



--- End Message ---
--- Begin Message ---
Version: 3.0.1-1

Hi,

Sorry for the delayed answer.

On Sun, Dec 02, 2007 at 04:41:20AM +0800, [email protected] wrote:
> Package: iceweasel
> Version: 2.0.0.10-2
> 
> Please verify that what I see is a bug:
> 
> Here we see only lynx always renders correctly.
> Firefox and w3m only render correctly for ASCII.
> 
> $ cat r.htm
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd";>
> <html>
> <head>
>  <meta http-equiv="Content-Type" content=
>  "text/html; charset=utf-8">
>  <title>test</title>
> </head>
> <body>
>  <p>國
> 國,國國;A
> A,AA;A
> A,AA</p>
> </body>
> </html>
> $ lynx -dump r.htm
>    國 國,國國;A A,AA;A A,AA
> $ w3m -dump r.htm
> 國國,國國;AA,AA;A A,AA

The rendering is apparently correct in both lenny and squeeze versions.

Cheers,

Mike


--- End Message ---

Reply via email to