mhonarc-dev

[Bug #1879] URL which is followed by Japanese text (without spaces etc.) will be broken

2003-01-22 21:55:30

=================== BUG #1879: LATEST MODIFICATIONS ==================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1879&group_id=1968

Changes by: Earl Hood <earl(_at_)earlhood(_dot_)com>
Date: 2003-Jan-22 22:55 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed
       Fixed Release |                           | 2.6.0




=================== BUG #1879: FULL BUG SNAPSHOT ===================


Submitted by: PPP                     Project: MHonArc                      
Submitted on: 2002-Dec-04 02:39
Category:  Mail Parsing               Severity:  5 - Major                  
Bug Group:  Incorrect Behavior        Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       
Platform Version:  Unix               Perl Version:  5.005_03               
Component Version:  2002-12-03-snap   Fixed Release:  2.6.0                 

Summary:  URL which is followed by Japanese text (without spaces etc.) will be 
broken

Original Submission:  URL which is followed by Japanese text will be broken.

For example,
  http://www/[ESC]$B....[ESC](B
will be
  <a href="http://www/[ESC]$B....[ESC]";>...</a>(B
(The result depends on contents of Japanese text).

Expected result is
  <a href="http://www/";>http://www/</a>[ESC]$B....[ESC](B

This problem occurs even when MHonArc::CharEnt
is used for CharsetConverter of iso-2022-jp.


Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Dec-26 16:16             By: ehood
mhtxthtml.pl has been updated to exclude non-printable
characters [\0-\037].

Fix will be in next release.


CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: 2002-Dec-04 02:39  Name: mhtxtplain.pl.diff  Size: 0KB   By: PPP
Patch for mhtxtplain.pl
http://savannah.nongnu.org/bugs/download.php?group_id=1968&amp;bug_id=1879&amp;bug_file_id=178


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1879&group_id=1968

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>
  • [Bug #1879] URL which is followed by Japanese text (without spaces etc.) will be broken, nobody <=