bugemacs-wiki, planner, and related modules - Bugs: bug #14455, typo in emacs-wiki-public.el /...

 
 

bug #14455: typo in emacs-wiki-public.el / emacs-wiki-escape-html-string

Submitter:  None
Submitted:  Wed 07 Sep 2005 02:21:48 AM UTC
   
 
Category:  * emacs-wiki Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  mwolson
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Sep 2005 04:25:17 AM UTC, comment #1: 

Thanks!  This should be fixed now.

Michael W. Olson <mwolson>
Group administrator
Wed 07 Sep 2005 02:21:48 AM UTC, original submission:  

It seems that some japanese characters such as ( and ) are converted improperly
due to the following typo in emacs-wiki-public.el:

* emacs-wiki-publish.el.orig  Wed Sep  7 11:11:17 2005
--- emacs-wiki-publish.el       Wed Sep  7 11:11:39 2005
*************
* 1403,1409 **
                              ((fboundp 'char-to-int)
                               (char-to-int char))
                              (t char))))
!           (if (or (not (boundp 'char-charset))
                    (string= (char-charset char) "ascii"))
                (setq len (length code)
                      str (concat (substring str 0 pos)
--- 1403,1409 ----
                              ((fboundp 'char-to-int)
                               (char-to-int char))
                              (t char))))
!           (if (or (not (fboundp 'char-charset))
                    (string= (char-charset char) "ascii"))
                (setq len (length code)
                      str (concat (substring str 0 pos)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-07 mwolson StatusNone Fixed
    Assigned toNone mwolson
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code