emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] [bug #14455] typo in emacs-wiki-public.el / emacs-w


From: anonymous
Subject: [emacs-wiki-discuss] [bug #14455] typo in emacs-wiki-public.el / emacs-wiki-escape-html-string
Date: Wed, 7 Sep 2005 02:21:49 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14455>

                 Summary: typo in emacs-wiki-public.el /
emacs-wiki-escape-html-string
                 Project: emacs-wiki, planner, and related modules
            Submitted by: None
            Submitted on: 水 2005年09月07日 at 02:21
                Category: emacs-wiki
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

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)







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14455>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]