Gnus development mailing list
 help / color / mirror / Atom feed
* 0.88: bug in displaying 8-bit chars in html messages
@ 1999-06-15 20:29 Vladimir Volovich
  1999-06-16  3:53 ` Shenghuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Volovich @ 1999-06-15 20:29 UTC (permalink / raw)


Hi,

the following message being viewed in gnus is displayed with broken
text/html part (\214<8-bit-char> instead of letters) in pgnus 0.88
under Emacs 20.3.

uudecode, append to your mail spool file, and "receive".

begin 640 test.txt
M1G)O;2!V=G9`=G9V+G9S=2YR=2`@5'5E($IU;B`Q-2`Q.3HS,CHP-2`Q.3DY
M"DUE<W-A9V4M240Z(#QT97-T+3$Y.3DP-C$V+3%`=G9V+G9S=2YR=3X*1G)O
M;3H@=G9V0'9V=BYV<W4N<G4*5&\Z(&1I;F=`9VYU<RYO<F<*4W5B:F5C=#H@
M=&5S=`I$871E.B!4=64L(#$U($IU;B`Q.3DY(#$S.C`P.C`W("LP-#`P"DU)
M344M5F5R<VEO;CH@,2XP"D-O;G1E;G0M5'EP93H@;75L=&EP87)T+V%L=&5R
M;F%T:79E.R!B;W5N9&%R>3TB/3T](@H*+2T]/3T*0V]N=&5N="U4>7!E.B!T
M97AT+W!L86EN.R!C:&%R<V5T/6MO:3@M<@I#;VYT96YT+51R86YS9F5R+45N
M8V]D:6YG.B!Q=6]T960M<')I;G1A8FQE"@H]1C`]1#(]0T8]0S(]0S$@/40P
M/4,U/40R/4,Q+@H*+2T]/3T*0V]N=&5N="U4>7!E.B!T97AT+VAT;6P[(&-H
M87)S970]:V]I."UR"D-O;G1E;G0M5')A;G-F97(M16YC;V1I;F<Z('%U;W1E
M9"UP<FEN=&%B;&4*"CPA1$]#5%E012!(5$U,(%!50DQ)0R`B+2\O5S-#+R]$
M5$0@2%1-3"`T+C`@5')A;G-I=&EO;F%L+R]%3B(^"CQ(5$U,/CQ(14%$/@H\
M345402!C;VYT96YT/3-$(G1E>'0O:'1M;#L@8VAA<G-E=#TS1&MO:3@M<B(@
M:'1T<"UE<75I=CTS1$-O;G1E;G0M5'EP93X*/"](14%$/@H\0D]$63X*/48P
M/40R/4-&/4,R/4,Q(#U$,#U#-3U$,CU#,2X*/"]"3T19/CPO2%1-3#X*"BTM
'/3T]+2T*"@``
`
end

	Best regards, -- Vladimir.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 0.88: bug in displaying 8-bit chars in html messages
  1999-06-15 20:29 0.88: bug in displaying 8-bit chars in html messages Vladimir Volovich
@ 1999-06-16  3:53 ` Shenghuo ZHU
  1999-06-16  7:03   ` Vladimir Volovich
  0 siblings, 1 reply; 3+ messages in thread
From: Shenghuo ZHU @ 1999-06-16  3:53 UTC (permalink / raw)
  Cc: ding, zsh

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

>>>>> "VVV" == Vladimir Volovich <vvv@vvv.vsu.ru> writes:

VVV> Hi,
VVV> the following message being viewed in gnus is displayed with broken
VVV> text/html part (\214<8-bit-char> instead of letters) in pgnus 0.88
VVV> under Emacs 20.3.

Try this patch.

1999-06-15  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-view.el (mm-inline-text): Fix text/html bug.


[-- Attachment #2: 88-zsh5.diff --]
[-- Type: application/octet-stream, Size: 408 bytes --]

--- mm-view.el	1999/06/16 03:28:56	1.1
+++ mm-view.el	1999/06/16 03:29:45
@@ -79,7 +79,8 @@
 			       (buffer-substring-no-properties 
 				(match-beginning 2) 
 				(match-end 2)))))
-	    (mm-decode-body charset)
+	    (delete-region (point-min) (point-max))
+	    (insert (mm-decode-string text charset))
 	    (save-window-excursion
 	      (let ((w3-strict-width width)
 		    (url-standalone-mode t))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 0.88: bug in displaying 8-bit chars in html messages
  1999-06-16  3:53 ` Shenghuo ZHU
@ 1999-06-16  7:03   ` Vladimir Volovich
  0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Volovich @ 1999-06-16  7:03 UTC (permalink / raw)


"ZSH" == Shenghuo ZHU writes:

 ZSH> Try this patch.

thanks, it works fine now. :)

	Best regards, -- Vladimir.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-16  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-15 20:29 0.88: bug in displaying 8-bit chars in html messages Vladimir Volovich
1999-06-16  3:53 ` Shenghuo ZHU
1999-06-16  7:03   ` Vladimir Volovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).