]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the x-charset-registry property for the
authorAndrew Innes <andrewi@gnu.org>
Mon, 3 May 1999 22:19:43 +0000 (22:19 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 3 May 1999 22:19:43 +0000 (22:19 +0000)
Japanese charsets that are supported by Japanese Windows fonts.

lisp/term/w32-win.el

index 39eb15bac291b50342795d550aed103e3eb8ac4f..55d680d5e5e3a84740bb32fb3eade143c5059de4 100644 (file)
@@ -884,6 +884,13 @@ fixed width fonts that most people will have like Terminal and
 Courier. These fonts are used in the font menu if the variable
 `w32-use-w32-font-dialog' is nil.")
 
+;;; Enable Japanese fonts on Windows to be used by default.
+(put-charset-property 'katakana-jisx0201 'x-charset-registry "JISX0208-SJIS")
+(put-charset-property 'latin-jisx0201 'x-charset-registry "JISX0208-SJIS")
+(put-charset-property 'japanese-jisx0208 'x-charset-registry "JISX0208-SJIS")
+(put-charset-property 'japanese-jisx0208-1978 'x-charset-registry
+                      "JISX0208-SJIS")
+
 (defun mouse-set-font (&rest fonts)
   "Select a font. If `w32-use-w32-font-dialog' is non-nil (the default),
 use the Windows font dialog. Otherwise use a pop-up menu (like Emacs