(chinese-traditionalize-string): Use `<-simplified@CN' instead of
[chise/tomoyo-tools.git] / ideo-trans.el
index e4f8998..3c8087b 100644 (file)
     (mapconcat
      (lambda (chr)
        (char-to-string
-       (cond ((car (char-feature chr '<-simplified))
+       (cond ((car (setq ret (char-feature chr '<-simplified@CN)))
               (if (cdr ret)
                   (funcall selector ret)
                 (car ret)))