;; Quail package `chinese-punct' -*- coding:chinese-iso-8bit-unix; byte-compile-disable-print-circle:t; -*- ;; Generated by the command `titdic-convert' ;; Date: Wed Feb 2 16:25:54 2011 ;; Original TIT dictionary file: Punct.tit ;;; Comment: ;; Byte-compile this file again after any modification. ;;; Start of the header of original TIT dictionary. ;; # HANZI input table for cxterm ;; # To be used by cxterm, convert me to .cit format first ;; # .cit version 1 ;; ENCODE: GB ;; MULTICHOICE: YES ;; PROMPT: 汉字输入∷标点符号∷\243\240 ;; # ;; COMMENT Copyright 1991 by Yongguang Zhang. ;; COMMENT Permission to use/modify/copy for any purpose is hereby granted. ;; COMMENT Absolutely no fee and no warranties. ;; COMMENT ;; COMMENT use to move to the right ;; COMMENT use to move to the left ;; # define keys ;; VALIDINPUTKEY: "\043$%&'()*+,-./0123456789:;<=>?@[\134]^_`abcdefghijklm ;; VALIDINPUTKEY: nopqrstuvwxyz|~ ;; SELECTKEY: 1\040 ;; SELECTKEY: 2 ;; SELECTKEY: 3 ;; SELECTKEY: 4 ;; SELECTKEY: 5 ;; SELECTKEY: 6 ;; SELECTKEY: 7 ;; SELECTKEY: 8 ;; SELECTKEY: 9 ;; SELECTKEY: 0 ;; BACKSPACE: \010\177 ;; DELETEALL: \015\025 ;; MOVERIGHT: \006 ;; MOVELEFT: \002 ;; REPEATKEY: \020\022 ;; # the following line must not be removed ;; BEGINDICTIONARY ;;; End of the header of original TIT dictionary. ;;; Code: (require 'quail) (quail-define-package "chinese-punct" "Chinese-GB" "标G" t "汉字输入∷标点符号∷\243\240 Copyright 1991 by Yongguang Zhang. Permission to use/modify/copy for any purpose is hereby granted. Absolutely no fee and no warranties. use to move to the right use to move to the left Input method for Chinese punctuations and symbols of GB2312 (`chinese-gb2312'). " '(("\C-?" . quail-delete-last-char) ) nil nil nil nil) (quail-define-rules ("\"" ""“”″") ("#" "#") ("$" "¥$¢£") ("%" "%‰") ("'" "'‘’′") ("(" "(「『") (")" ")」』") ("*" "*×∏∧∩") ("+" "+±∑∨∪") ("," ",、") ("-" "-ˉ—~") ("." ".。·¨…∵∴°⊙") ("/" "/÷√\") ("0" "0⒑⒛⑽⒇⑩㈩Ⅹ") ("1" "1⒈⒒⑴⑾①㈠Ⅰ") ("2" "2⒉⒓⑵⑿②㈡Ⅱ") ("3" "3⒊⒔⑶⒀③㈢Ⅲ") ("4" "4⒋⒕⑷⒁④㈣Ⅳ") ("5" "5⒌⒖⑸⒂⑤㈤Ⅴ") ("6" "6⒍⒗⑹⒃⑥㈥Ⅵ") ("7" "7⒎⒘⑺⒄⑦㈦Ⅶ") ("8" "8⒏⒙⑻⒅⑧㈧Ⅷ") ("9" "9⒐⒚⑼⒆⑨㈨Ⅸ") (":" ":∷") ("<" "<〈《≮≤") ("=" "=≠≈≡≌") (">" ">〉》≯≥") ("@" "@⊙") ("[" "[〔〖【{") ("\\" "\/") ("]" "]〕〗】}") ("^" "^ˇ⌒") ("_" "_⊥") ("`" "`‘’") ("logo" "☆★○●◎◇◆□■△▲※→←↑↓〓") ("math" "±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴") ("punct" " 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈〉《》「」『』〖〗【】") ("symbol" "♂♀°′″℃$¤¢£‰§№") ("|" "|‖∥") ("~" " ̄~∽∝∞") )