Hello:

I have found that the below code does not work  in emacs-29 git, any suggestion? thanks.

;; This is a test, ÕâÊÇÒ»¸ö²âÊÔ
(dolist (charset '(kana han symbol cjk-misc bopomofo))
  (set-fontset-font
   t
   charset
   (font-spec :name "Microsoft Yahei"
              :weight 'normal
              :slant 'normal
              :size 16)))