Ticket #221 (new 不具合)

Opened 3 years ago

cjk 文字集合に対して encode-unicode-font が利かない

Reported by: anonymous Assigned to:
Priority: major Milestone:
Component: Emacs Lisp Version: 3.00 (開発中)
Keywords: Cc:

Description

;;; font は efont のもの
(let ((lf1 '(bdf-font "c:/app/fonts/bdf/efont-unicode-bdf-0.4.2/h16.bdf"))
      (lf2 '(bdf-font "c:/app/fonts/bdf/efont-unicode-bdf-0.4.2/f16.bdf"))
      (name "test-uni16"))
  (w32-add-font
   name
   `((spec
      ((:char-spec ascii :height any) strict ,lf1)
      ((:char-spec japanese-jisx0208 :height any) strict ,lf2
       ((encoding . encode-unicode-font)))
      )))
  (set-frame-font name))

上記設定で (list-charset-chars 'japanese-jisx0208) で #xFFFD のグリフのみ表示される。

下記を評価すれば表示される。

(define-translation-hash-table 'ucs-mule-cjk-to-unicode
  ucs-mule-cjk-to-unicode)

Attachments

NB051130.dat (0.9 kB) - added by anonymous on 12/18/05 23:37:32.

Change History

12/18/05 23:37:32 changed by anonymous

  • attachment NB051130.dat added.

Add/Change #221 (cjk 文字集合に対して encode-unicode-font が利かない)




Change Properties
Action