* lisp/language/misc-lang.el ("Gothic"): New language environment.
Add sample text and input method.
* lisp/international/fontset.el (script-representative-chars)
(setup-default-fontset): Support gothic.
* lisp/leim/quail/misc-lang.el ("gothic"): New input method.
* etc/HELLO: Add Gothic greetings.
* etc/NEWS: Announce the new language environment.
French (français) Bonjour / Salut
Georgian (ქართული) გამარჯობა
German (Deutsch) Guten Tag / Grüß Gott
+Gothic (𐌲𐌿𐍄𐌹𐍃𐌺𐌰) 𐌷𐌰𐌹𐌻𐍃 / 𐌷𐌰𐌹𐌻𐌰
Grantha (𑌗𑍍𑌰𑌨𑍍𑌥) 𑌨𑌮𑌸𑍍𑌤𑍇 / 𑌨𑌮𑌸𑍍𑌕𑌾𑌰𑌃
Greek (ελληνικά) Γειά σας
Greek, ancient (ἑλληνική) Οὖλέ τε καὶ μέγα χαῖρε
Mende Kikakui script and language environment
Wancho script and language environment
Toto script and language environment
+Gothic script and language environment
---
*** The "Oriya" language environment was renamed to "Odia".
(lycian #x10280)
(carian #x102A0)
(old-italic #x10300)
+ (gothic #x10330 #x10348)
(ugaritic #x10380)
(old-permic #x10350)
(old-persian #x103A0)
lycian
carian
old-italic
+ gothic
ugaritic
old-persian
deseret
Mende language and its script Kikakui are supported
in this language environment.")))
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; Gothic
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+(set-language-info-alist
+ "Gothic" '((charset unicode)
+ (coding-system utf-8)
+ (coding-priority utf-8)
+ (input-method . "gothic")
+ (sample-text . "Gothic (𐌲𐌿𐍄𐌹𐍃𐌺𐌰) 𐌷𐌰𐌹𐌻𐍃 / 𐌷𐌰𐌹𐌻𐌰")
+ (documentation . "\
+Gothic language using the Gothic script is supported in this
+language environment.")))
+
(provide 'misc-lang)
;;; misc-lang.el ends here
("nyen" ?𞣃)
("nyon" ?𞣄))
+(quail-define-package
+ "gothic" "Gothic" "𐌰" nil
+ "Gothic script input method." nil t t t t nil nil nil nil nil t)
+
+(quail-define-rules
+ ("q" ?𐌵)
+ ("w" ?𐍅)
+ ("e" ?𐌴)
+ ("r" ?𐍂)
+ ("t" ?𐍄)
+ ("y" ?𐌸)
+ ("u" ?𐌿)
+ ("i" ?𐌹)
+ ("o" ?𐍉)
+ ("p" ?𐍀)
+ ("a" ?𐌰)
+ ("s" ?𐍃)
+ ("d" ?𐌳)
+ ("f" ?𐍆)
+ ("g" ?𐌲)
+ ("h" ?𐌷)
+ ("j" ?𐌾)
+ ("k" ?𐌺)
+ ("l" ?𐌻)
+ ("z" ?𐌶)
+ ("x" ?𐍇)
+ ("c" ?𐍈)
+ ("v" ?𐍁)
+ ("V" ?𐍊)
+ ("b" ?𐌱)
+ ("n" ?𐌽)
+ ("m" ?𐌼))
+
(provide 'misc-lang)
;;; misc-lang.el ends here