- Use `=ucs@JP' instead of `=ucs@jp'.
authortomo <tomo>
Thu, 17 Jul 2008 21:58:23 +0000 (21:58 +0000)
committertomo <tomo>
Thu, 17 Jul 2008 21:58:23 +0000 (21:58 +0000)
(japanese-traditionalize-string): Fix typo.

ideo-trans.el

index 3385583..882319d 100644 (file)
              ((setq ret (char-feature chr '=>ucs@jis))
               (decode-char '=ucs@jis ret))
              ((setq ret (char-ucs chr))
-              (decode-char '=ucs@jp ret))
+              (decode-char '=ucs@JP ret))
              (t chr))))
      string "")))
 
     (mapconcat
      (lambda (chr)
        (char-to-string
-       (cond ((setq ret (or (char-feature ret '<-simplified@JP/Jouyou)
-                            (char-feature ret '<-simplified@JP)
+       (cond ((setq ret (or (char-feature chr '<-simplified@JP/Jouyou)
+                            (char-feature chr '<-simplified@JP)
                             (char-feature chr '<-simplified)))
               (if (cdr ret)
                   (ideo-trans-select-char ret (format "%c => " chr))
                       (cond ((setq ret (char-feature chr '=>ucs@jis))
                              (decode-char '=ucs@jis ret))
                             ((setq ret (char-ucs chr))
-                             (decode-char '=ucs@jp ret))
+                             (decode-char '=ucs@JP ret))
                             (t chr)))
                 (setq ret (or (char-feature ret '<-simplified@JP/Jouyou)
                               (char-feature ret '<-simplified@JP))))
              ((setq ret (char-feature chr '=>ucs@jis))
               (decode-char '=ucs@jis ret))
              ((setq ret (char-ucs chr))
-              (decode-char '=ucs@jp ret))
+              (decode-char '=ucs@JP ret))
              (t chr))))
      string "")))