X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/55a22ce11ada6dc60ecab8999c3303ef20479453..a748d010dc6bd18ea49c5f0866025d480e440a03:/leim/quail/hangul.el diff --git a/leim/quail/hangul.el b/leim/quail/hangul.el index 08447ba44c..0ed46752bc 100644 --- a/leim/quail/hangul.el +++ b/leim/quail/hangul.el @@ -1,7 +1,9 @@ -;;; quail/hangul.el -- Quail package for inputting Korean Hangul characters +;;; hangul.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- -;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. -;; Licensed to the Free Software Foundation. +;; Copyright (C) 2002, 2006 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H14PRO021 ;; Keywords: multilingual, input method, Korean, Hangul @@ -19,8 +21,13 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. + +;;; Commentary: + +;; This file defines korean-hangul keyboards: +;; - hangul keyboard type 2 keyboard input method ;;; Code: @@ -69,14 +76,14 @@ For instance, typing \"S\" followed by TAB will tell you ("x" ?$(C$<(B) ("v" ?$(C$=(B) ("g" ?$(C$>(B) - + ("R" ?$(C$"(B) ("E" ?$(C$((B) ("Q" ?$(C$3(B) ("W" ?$(C$9(B) ("T" ?$(C$6(B) ("P" ?$(C$F(B) - + ("k" ?$(C$?(B) ("i" ?$(C$A(B) ("j" ?$(C$C(B) @@ -90,7 +97,7 @@ For instance, typing \"S\" followed by TAB will tell you ("l" ?$(C$S(B) ("o" ?$(C$@(B) ("O" ?$(C$B(B) - + ("rk" ?$(C0!(B) ("rkr" ?$(C0"(B) ("rks" ?$(C0#(B) @@ -937,7 +944,7 @@ For instance, typing \"S\" followed by TAB will tell you ("ahkT" ?$(C8|(B) ("ahkd" ?$(C8}(B) ("ahl" ?$(C8~(B) - + ("ahls" ?$(C9!(B) ("ahlf" ?$(C9"(B) ("ahlq" ?$(C9#(B) @@ -972,7 +979,7 @@ For instance, typing \"S\" followed by TAB will tell you ("anls" ?$(C9@(B) ("anlf" ?$(C9A(B) ("ab" ?$(C9B(B) - + ("abs" ?$(C9C(B) ("abf" ?$(C9D(B) ("aba" ?$(C9E(B) @@ -1667,14 +1674,6 @@ For instance, typing \"S\" followed by TAB will tell you ("wkT" ?$(C@d(B) ("wkd" ?$(C@e(B) ("wkw" ?$(C@f(B) - ("Or" ?$(C@h(B) - ("Os" ?$(C@i(B) - ("Of" ?$(C@j(B) - ("Oa" ?$(C@k(B) - ("Oq" ?$(C@l(B) - ("Ot" ?$(C@m(B) - ("OT" ?$(C@n(B) - ("Od" ?$(C@o(B) ("wo" ?$(C@g(B) ("wor" ?$(C@h(B) ("wos" ?$(C@i(B) @@ -2451,7 +2450,7 @@ For instance, typing \"S\" followed by TAB will tell you ("glq" ?$(CH|(B) ("glt" ?$(CH}(B) ("gld" ?$(CH~(B) - + ("Z!" ?$(C#!(B) ("Z\"" ?$(C#"(B) ("Z#" ?$(C##(B) @@ -2546,7 +2545,7 @@ For instance, typing \"S\" followed by TAB will tell you ("Z|" ?$(C#|(B) ("Z}" ?$(C#}(B) ("Z^-" ?$(C#~(B) - + ("HS" ?$(C$U(B) ("Hse" ?$(C$V(B) ("Hst" ?$(C$W(B) @@ -2589,7 +2588,7 @@ For instance, typing \"S\" followed by TAB will tell you ("Hbl" ?$(C$|(B) ("H." ?$(C$}(B) ("H.l" ?$(C$~(B) - + ("SY" ?$(C!M(B) ("SP" ?$(C!L(B) ("S%" ?$(C"6(B) @@ -2605,3 +2604,6 @@ For instance, typing \"S\" followed by TAB will tell you ("SA" ?$(C!J(B) ("SC/" ?$(C!K(B) ("SF" ?$(C"5(B)) + +;;; arch-tag: 26bc93fc-64ee-4fb1-b26d-22220d132dbe +;;; hangul.el ends here