summaryrefslogtreecommitdiff
path: root/lisp/international/mule-util.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/international/mule-util.el')
-rw-r--r--lisp/international/mule-util.el50
1 files changed, 25 insertions, 25 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 5cfc4be4316..15a7dc10f65 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -132,38 +132,38 @@ defaults to \"...\"."
;; (("xy" 2 1) . "y")
;; (("xy" 0) . "")
;; (("xy" 3) . "xy")
-;; (("$AVP(B" 0) . "")
-;; (("$AVP(B" 1) . "")
-;; (("$AVP(B" 2) . "$AVP(B")
-;; (("$AVP(B" 1 nil ? ) . " ")
-;; (("$AVPND(B" 3 1 ? ) . " ")
-;; (("x$AVP(Bx" 2) . "x")
-;; (("x$AVP(Bx" 3) . "x$AVP(B")
-;; (("x$AVP(Bx" 3) . "x$AVP(B")
-;; (("x$AVP(Bx" 4 1) . "$AVP(Bx")
-;; (("kor$(CGQ(Be$(C1[(Ban" 8 1 ? ) . "or$(CGQ(Be$(C1[(B")
-;; (("kor$(CGQ(Be$(C1[(Ban" 7 2 ? ) . "r$(CGQ(Be ")
+;; (("中" 0) . "")
+;; (("中" 1) . "")
+;; (("中" 2) . "中")
+;; (("中" 1 nil ? ) . " ")
+;; (("中文" 3 1 ? ) . " ")
+;; (("x中x" 2) . "x")
+;; (("x中x" 3) . "x中")
+;; (("x中x" 3) . "x中")
+;; (("x中x" 4 1) . "中x")
+;; (("kor한e글an" 8 1 ? ) . "or한e글")
+;; (("kor한e글an" 7 2 ? ) . "r한e ")
;; (("" 0 nil nil "...") . "")
;; (("x" 3 nil nil "...") . "x")
-;; (("$AVP(B" 3 nil nil "...") . "$AVP(B")
+;; (("中" 3 nil nil "...") . "中")
;; (("foo" 3 nil nil "...") . "foo")
;; (("foo" 2 nil nil "...") . "fo") ;; XEmacs failure?
;; (("foobar" 6 0 nil "...") . "foobar")
;; (("foobarbaz" 6 nil nil "...") . "foo...")
;; (("foobarbaz" 7 2 nil "...") . "ob...")
;; (("foobarbaz" 9 3 nil "...") . "barbaz")
-;; (("$A$3(Bh$A$s(Be$A$K(Bl$A$A(Bl$A$O(Bo" 15 1 ? t) . " h$A$s(Be$A$K(Bl$A$A(Bl$A$O(Bo")
-;; (("$A$3(Bh$A$s(Be$A$K(Bl$A$A(Bl$A$O(Bo" 14 1 ? t) . " h$A$s(Be$A$K(Bl$A$A(B...")
-;; (("x" 3 nil nil "$(Gemk#(B") . "x")
-;; (("$AVP(B" 2 nil nil "$(Gemk#(B") . "$AVP(B")
-;; (("$AVP(B" 1 nil ?x "$(Gemk#(B") . "x") ;; XEmacs error
-;; (("$AVPND(B" 3 nil ? "$(Gemk#(B") . "$AVP(B ") ;; XEmacs error
-;; (("foobarbaz" 4 nil nil "$(Gemk#(B") . "$(Gemk#(B")
-;; (("foobarbaz" 5 nil nil "$(Gemk#(B") . "f$(Gemk#(B")
-;; (("foobarbaz" 6 nil nil "$(Gemk#(B") . "fo$(Gemk#(B")
-;; (("foobarbaz" 8 3 nil "$(Gemk#(B") . "b$(Gemk#(B")
-;; (("$A$3(Bh$A$s(Be$A$K(Bl$A$A(Bl$A$O(Bo" 14 4 ?x "$AHU1>$(Gk#(B") . "xe$A$KHU1>$(Gk#(B")
-;; (("$A$3(Bh$A$s(Be$A$K(Bl$A$A(Bl$A$O(Bo" 13 4 ?x "$AHU1>$(Gk#(B") . "xex$AHU1>$(Gk#(B")
+;; (("こhんeにlちlはo" 15 1 ? t) . " hんeにlちlはo")
+;; (("こhんeにlちlはo" 14 1 ? t) . " hんeにlち...")
+;; (("x" 3 nil nil "粵語") . "x")
+;; (("中" 2 nil nil "粵語") . "中")
+;; (("中" 1 nil ?x "粵語") . "x") ;; XEmacs error
+;; (("中文" 3 nil ? "粵語") . "中 ") ;; XEmacs error
+;; (("foobarbaz" 4 nil nil "粵語") . "粵語")
+;; (("foobarbaz" 5 nil nil "粵語") . "f粵語")
+;; (("foobarbaz" 6 nil nil "粵語") . "fo粵語")
+;; (("foobarbaz" 8 3 nil "粵語") . "b粵語")
+;; (("こhんeにlちlはo" 14 4 ?x "日本語") . "xeに日本語")
+;; (("こhんeにlちlはo" 13 4 ?x "日本語") . "xex日本語")
;; ))
;; (let (ret)
;; (condition-case e
@@ -367,7 +367,7 @@ per-character basis, this may not be accurate."
(provide 'mule-util)
;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
;; End:
;;; mule-util.el ends here