diff options
| author | Michael Albinus | 2020-11-02 17:53:00 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-11-02 17:53:00 +0100 |
| commit | 554495006e8d33a06c5df63fd8767c1124e1ed9e (patch) | |
| tree | cc86bcb94be8ec831a61b055adfdd034b2e6d244 | |
| parent | 0806075520939d120a47113f1c121e3d63b34770 (diff) | |
| parent | 95f7a2835a79c1f12b5dc86230405e8040910c72 (diff) | |
| download | emacs-554495006e8d33a06c5df63fd8767c1124e1ed9e.tar.gz emacs-554495006e8d33a06c5df63fd8767c1124e1ed9e.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into master
| -rw-r--r-- | doc/emacs/mule.texi | 15 | ||||
| -rw-r--r-- | etc/NEWS | 22 | ||||
| -rw-r--r-- | lisp/autoinsert.el | 3 | ||||
| -rw-r--r-- | lisp/descr-text.el | 13 | ||||
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 22 | ||||
| -rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 12 | ||||
| -rw-r--r-- | lisp/help.el | 7 | ||||
| -rw-r--r-- | lisp/international/mule-cmds.el | 40 | ||||
| -rw-r--r-- | lisp/leim/quail/compose.el | 2926 | ||||
| -rw-r--r-- | lisp/progmodes/elisp-mode.el | 13 | ||||
| -rw-r--r-- | lisp/subr.el | 4 | ||||
| -rw-r--r-- | test/lisp/emacs-lisp/easy-mmode-tests.el | 10 | ||||
| -rw-r--r-- | test/lisp/help-tests.el | 20 |
13 files changed, 3058 insertions, 49 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index b78019020a6..d4ad1d6d5e2 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -578,6 +578,11 @@ Enable or disable use of the selected input method (@code{toggle-input-method}). | |||
| 578 | @item C-x @key{RET} C-\ @var{method} @key{RET} | 578 | @item C-x @key{RET} C-\ @var{method} @key{RET} |
| 579 | Select a new input method for the current buffer (@code{set-input-method}). | 579 | Select a new input method for the current buffer (@code{set-input-method}). |
| 580 | 580 | ||
| 581 | @item C-x \ @var{method} @key{RET} | ||
| 582 | Temporarily enable the selected transient input method, and | ||
| 583 | automatically disable it after inserting a single character | ||
| 584 | (@code{transient-input-method}). | ||
| 585 | |||
| 581 | @item C-h I @var{method} @key{RET} | 586 | @item C-h I @var{method} @key{RET} |
| 582 | @itemx C-h C-\ @var{method} @key{RET} | 587 | @itemx C-h C-\ @var{method} @key{RET} |
| 583 | @findex describe-input-method | 588 | @findex describe-input-method |
| @@ -675,6 +680,16 @@ character. | |||
| 675 | input methods. The list gives information about each input method, | 680 | input methods. The list gives information about each input method, |
| 676 | including the string that stands for it in the mode line. | 681 | including the string that stands for it in the mode line. |
| 677 | 682 | ||
| 683 | @findex transient-input-method | ||
| 684 | @kindex C-x \ | ||
| 685 | To insert only a single character using a transient input method you | ||
| 686 | can first select a transient input method by typing @kbd{C-u C-x \}. | ||
| 687 | Then typing @kbd{C-x \} (@code{transient-input-method}) will | ||
| 688 | temporarily enable the selected transient input method, and disable it | ||
| 689 | automatically after using the activated input method to insert | ||
| 690 | a single character. This is useful to insert a character from input | ||
| 691 | methods with rare Unicode characters. | ||
| 692 | |||
| 678 | @node Coding Systems | 693 | @node Coding Systems |
| 679 | @section Coding Systems | 694 | @section Coding Systems |
| 680 | @cindex coding systems | 695 | @cindex coding systems |
| @@ -133,11 +133,6 @@ characters. In particular, this significantly improves word-wrapping | |||
| 133 | for CJK text mixed with Latin text. | 133 | for CJK text mixed with Latin text. |
| 134 | 134 | ||
| 135 | --- | 135 | --- |
| 136 | ** Improved language transliteration in Malayalam input methods. | ||
| 137 | Added a new Mozhi scheme. The inapplicable ITRANS scheme is now | ||
| 138 | deprecated. Errors in the Inscript method were corrected. | ||
| 139 | |||
| 140 | --- | ||
| 141 | ** Rudimentary support for the 'st' terminal emulator. | 136 | ** Rudimentary support for the 'st' terminal emulator. |
| 142 | Emacs now supports 256 color display on the 'st' terminal emulator. | 137 | Emacs now supports 256 color display on the 'st' terminal emulator. |
| 143 | 138 | ||
| @@ -626,6 +621,23 @@ recorded for the purpose of 'view-lossage'. | |||
| 626 | The menu bar "Help" menu now has a "Show Recent Inputs" item under the | 621 | The menu bar "Help" menu now has a "Show Recent Inputs" item under the |
| 627 | "Describe" sub-menu. | 622 | "Describe" sub-menu. |
| 628 | 623 | ||
| 624 | ** Input methods | ||
| 625 | |||
| 626 | +++ | ||
| 627 | *** 'C-x \' temporarily enables a transient input method. | ||
| 628 | 'C-u C-x \' can be used to select a transient input method, e.g. | ||
| 629 | 'C-u C-x \ compose RET' selects the 'compose' input method. Then typing | ||
| 630 | 'C-x \ 1 2' will insert the character '½', and disable the input method | ||
| 631 | afterwards. | ||
| 632 | |||
| 633 | --- | ||
| 634 | *** New input method 'compose' based on X Multi_key sequences. | ||
| 635 | |||
| 636 | --- | ||
| 637 | *** Improved language transliteration in Malayalam input methods. | ||
| 638 | Added a new Mozhi scheme. The inapplicable ITRANS scheme is now | ||
| 639 | deprecated. Errors in the Inscript method were corrected. | ||
| 640 | |||
| 629 | ** Ispell | 641 | ** Ispell |
| 630 | 642 | ||
| 631 | +++ | 643 | +++ |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 4af3d631a2c..97986683256 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -315,8 +315,7 @@ The document was typeset with | |||
| 315 | @printindex cp | 315 | @printindex cp |
| 316 | 316 | ||
| 317 | @bye | 317 | @bye |
| 318 | 318 | ")) | |
| 319 | @c " (file-name-nondirectory (buffer-file-name)) " ends here\n")) | ||
| 320 | "A list specifying text to insert by default into a new file. | 319 | "A list specifying text to insert by default into a new file. |
| 321 | Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION). | 320 | Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION). |
| 322 | CONDITION may be a regexp that must match the new file's name, or it may be | 321 | CONDITION may be a regexp that must match the new file's name, or it may be |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index ec9a9680137..677db2f68a9 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -54,10 +54,12 @@ | |||
| 54 | (<= (length pp) (- (window-width) (current-column)))) | 54 | (<= (length pp) (- (window-width) (current-column)))) |
| 55 | (insert pp) | 55 | (insert pp) |
| 56 | (insert-text-button | 56 | (insert-text-button |
| 57 | "[Show]" 'action (lambda (&rest _ignore) | 57 | "[Show]" |
| 58 | (with-output-to-temp-buffer | 58 | 'follow-link t |
| 59 | "*Pp Eval Output*" | 59 | 'action (lambda (&rest _ignore) |
| 60 | (princ pp))) | 60 | (with-output-to-temp-buffer |
| 61 | "*Pp Eval Output*" | ||
| 62 | (princ pp))) | ||
| 61 | 'help-echo "mouse-2, RET: pretty print value in another buffer")))) | 63 | 'help-echo "mouse-2, RET: pretty print value in another buffer")))) |
| 62 | 64 | ||
| 63 | (defun describe-property-list (properties) | 65 | (defun describe-property-list (properties) |
| @@ -687,7 +689,8 @@ The character information includes: | |||
| 687 | (save-excursion (goto-char pos) | 689 | (save-excursion (goto-char pos) |
| 688 | (looking-at-p "[ \t]+$"))) | 690 | (looking-at-p "[ \t]+$"))) |
| 689 | 'trailing-whitespace) | 691 | 'trailing-whitespace) |
| 690 | ((and nobreak-char-display char (eq char '#xa0)) | 692 | ((and nobreak-char-display char |
| 693 | (eq (get-char-code-property char 'general-category) 'Zs)) | ||
| 691 | 'nobreak-space) | 694 | 'nobreak-space) |
| 692 | ((and nobreak-char-display char | 695 | ((and nobreak-char-display char |
| 693 | (memq char '(#xad #x2010 #x2011))) | 696 | (memq char '(#xad #x2010 #x2011))) |
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 1dc83dd3958..530a086b14b 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -1147,12 +1147,14 @@ | |||
| 1147 | (let ((side-effect-free-fns | 1147 | (let ((side-effect-free-fns |
| 1148 | '(% * + - / /= 1+ 1- < <= = > >= abs acos append aref ash asin atan | 1148 | '(% * + - / /= 1+ 1- < <= = > >= abs acos append aref ash asin atan |
| 1149 | assq | 1149 | assq |
| 1150 | bool-vector-count-consecutive bool-vector-count-population | ||
| 1151 | bool-vector-subsetp | ||
| 1150 | boundp buffer-file-name buffer-local-variables buffer-modified-p | 1152 | boundp buffer-file-name buffer-local-variables buffer-modified-p |
| 1151 | buffer-substring byte-code-function-p | 1153 | buffer-substring byte-code-function-p |
| 1152 | capitalize car-less-than-car car cdr ceiling char-after char-before | 1154 | capitalize car-less-than-car car cdr ceiling char-after char-before |
| 1153 | char-equal char-to-string char-width compare-strings | 1155 | char-equal char-to-string char-width compare-strings |
| 1154 | compare-window-configurations concat coordinates-in-window-p | 1156 | compare-window-configurations concat coordinates-in-window-p |
| 1155 | copy-alist copy-sequence copy-marker cos count-lines | 1157 | copy-alist copy-sequence copy-marker copysign cos count-lines |
| 1156 | current-time-string current-time-zone | 1158 | current-time-string current-time-zone |
| 1157 | decode-char | 1159 | decode-char |
| 1158 | decode-time default-boundp default-value documentation downcase | 1160 | decode-time default-boundp default-value documentation downcase |
| @@ -1165,22 +1167,22 @@ | |||
| 1165 | frame-visible-p fround ftruncate | 1167 | frame-visible-p fround ftruncate |
| 1166 | get gethash get-buffer get-buffer-window getenv get-file-buffer | 1168 | get gethash get-buffer get-buffer-window getenv get-file-buffer |
| 1167 | hash-table-count | 1169 | hash-table-count |
| 1168 | int-to-string intern-soft | 1170 | int-to-string intern-soft isnan |
| 1169 | keymap-parent | 1171 | keymap-parent |
| 1170 | length line-beginning-position line-end-position | 1172 | lax-plist-get ldexp length line-beginning-position line-end-position |
| 1171 | local-variable-if-set-p local-variable-p locale-info | 1173 | local-variable-if-set-p local-variable-p locale-info |
| 1172 | log log10 logand logb logcount logior lognot logxor lsh | 1174 | log log10 logand logb logcount logior lognot logxor lsh |
| 1173 | make-byte-code make-list make-string make-symbol marker-buffer max | 1175 | make-byte-code make-list make-string make-symbol marker-buffer max |
| 1174 | member memq min minibuffer-selected-window minibuffer-window | 1176 | member memq memql min minibuffer-selected-window minibuffer-window |
| 1175 | mod multibyte-char-to-unibyte next-window nth nthcdr number-to-string | 1177 | mod multibyte-char-to-unibyte next-window nth nthcdr number-to-string |
| 1176 | parse-colon-path plist-get plist-member | 1178 | parse-colon-path plist-get plist-member |
| 1177 | prefix-numeric-value previous-window prin1-to-string propertize | 1179 | prefix-numeric-value previous-window prin1-to-string propertize |
| 1178 | degrees-to-radians | 1180 | degrees-to-radians |
| 1179 | radians-to-degrees rassq rassoc read-from-string regexp-quote | 1181 | radians-to-degrees rassq rassoc read-from-string regexp-opt |
| 1180 | region-beginning region-end reverse round | 1182 | regexp-quote region-beginning region-end reverse round |
| 1181 | sin sqrt string string< string= string-equal string-lessp | 1183 | sin sqrt string string< string= string-equal string-lessp |
| 1182 | string-search string-to-char | 1184 | string-search string-to-char |
| 1183 | string-to-number substring | 1185 | string-to-number string-to-syntax substring |
| 1184 | sxhash sxhash-equal sxhash-eq sxhash-eql | 1186 | sxhash sxhash-equal sxhash-eq sxhash-eql |
| 1185 | symbol-function symbol-name symbol-plist symbol-value string-make-unibyte | 1187 | symbol-function symbol-name symbol-plist symbol-value string-make-unibyte |
| 1186 | string-make-multibyte string-as-multibyte string-as-unibyte | 1188 | string-make-multibyte string-as-multibyte string-as-unibyte |
| @@ -1230,7 +1232,7 @@ | |||
| 1230 | standard-case-table standard-syntax-table stringp subrp symbolp | 1232 | standard-case-table standard-syntax-table stringp subrp symbolp |
| 1231 | syntax-table syntax-table-p | 1233 | syntax-table syntax-table-p |
| 1232 | this-command-keys this-command-keys-vector this-single-command-keys | 1234 | this-command-keys this-command-keys-vector this-single-command-keys |
| 1233 | this-single-command-raw-keys | 1235 | this-single-command-raw-keys type-of |
| 1234 | user-real-login-name user-real-uid user-uid | 1236 | user-real-login-name user-real-uid user-uid |
| 1235 | vector vectorp visible-frame-list | 1237 | vector vectorp visible-frame-list |
| 1236 | wholenump window-configuration-p window-live-p | 1238 | wholenump window-configuration-p window-live-p |
| @@ -1262,7 +1264,7 @@ | |||
| 1262 | '(concat regexp-opt regexp-quote | 1264 | '(concat regexp-opt regexp-quote |
| 1263 | string-to-char string-to-syntax symbol-name | 1265 | string-to-char string-to-syntax symbol-name |
| 1264 | eq eql | 1266 | eq eql |
| 1265 | = /= < <= => > min max | 1267 | = /= < <= >= > min max |
| 1266 | + - * / % mod abs ash 1+ 1- sqrt | 1268 | + - * / % mod abs ash 1+ 1- sqrt |
| 1267 | logand logior lognot logxor logcount | 1269 | logand logior lognot logxor logcount |
| 1268 | copysign isnan ldexp float logb | 1270 | copysign isnan ldexp float logb |
| @@ -1270,7 +1272,7 @@ | |||
| 1270 | ffloor fceiling fround ftruncate | 1272 | ffloor fceiling fround ftruncate |
| 1271 | string= string-equal string< string-lessp | 1273 | string= string-equal string< string-lessp |
| 1272 | string-search | 1274 | string-search |
| 1273 | consp atom listp nlistp propert-list-p | 1275 | consp atom listp nlistp proper-list-p |
| 1274 | sequencep arrayp vectorp stringp bool-vector-p hash-table-p | 1276 | sequencep arrayp vectorp stringp bool-vector-p hash-table-p |
| 1275 | null not | 1277 | null not |
| 1276 | numberp integerp floatp natnump characterp | 1278 | numberp integerp floatp natnump characterp |
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index a5a971a6981..261f2508af7 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el | |||
| @@ -88,9 +88,9 @@ If called interactively, toggle `%s'. If the prefix argument is | |||
| 88 | positive, enable the mode, and if it is zero or negative, disable | 88 | positive, enable the mode, and if it is zero or negative, disable |
| 89 | the mode. | 89 | the mode. |
| 90 | 90 | ||
| 91 | If called from Lisp, toggle the mode if if ARG is `toggle'. | 91 | If called from Lisp, toggle the mode if ARG is `toggle'. |
| 92 | Enable the mode if ARG is nil, omitted, or is a positive number. | 92 | Enable the mode if ARG is nil, omitted, or is a positive number. |
| 93 | All other values will disable the mode. | 93 | Disable the mode if ARG is a negative number. |
| 94 | 94 | ||
| 95 | The mode's hook is called both when the mode is enabled and when | 95 | The mode's hook is called both when the mode is enabled and when |
| 96 | it is disabled.") | 96 | it is disabled.") |
| @@ -312,12 +312,10 @@ or call the function `%s'.")))) | |||
| 312 | (cond ((eq arg 'toggle) | 312 | (cond ((eq arg 'toggle) |
| 313 | (not ,getter)) | 313 | (not ,getter)) |
| 314 | ((and (numberp arg) | 314 | ((and (numberp arg) |
| 315 | (> arg 0)) | 315 | (< arg 1)) |
| 316 | t) | 316 | nil) |
| 317 | ((eq arg nil) | ||
| 318 | t) | ||
| 319 | (t | 317 | (t |
| 320 | nil))) | 318 | t))) |
| 321 | ,@body | 319 | ,@body |
| 322 | ;; The on/off hooks are here for backward compatibility only. | 320 | ;; The on/off hooks are here for backward compatibility only. |
| 323 | (run-hooks ',hook (if ,getter ',hook-on ',hook-off)) | 321 | (run-hooks ',hook (if ,getter ',hook-on ',hook-off)) |
diff --git a/lisp/help.el b/lisp/help.el index 795f7e74d8b..466ff21eb2d 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1013,8 +1013,7 @@ Otherwise, return a new string (without any text properties)." | |||
| 1013 | (insert string) | 1013 | (insert string) |
| 1014 | (goto-char (point-min)) | 1014 | (goto-char (point-min)) |
| 1015 | (while (< (point) (point-max)) | 1015 | (while (< (point) (point-max)) |
| 1016 | (let ((standard-output (current-buffer)) | 1016 | (let ((orig-point (point)) |
| 1017 | (orig-point (point)) | ||
| 1018 | end-point active-maps | 1017 | end-point active-maps |
| 1019 | close generate-summary) | 1018 | close generate-summary) |
| 1020 | (cond | 1019 | (cond |
| @@ -1190,8 +1189,8 @@ Any inserted text ends in two newlines (used by | |||
| 1190 | ;; map. | 1189 | ;; map. |
| 1191 | (or (keymapp sub-shadows) | 1190 | (or (keymapp sub-shadows) |
| 1192 | (null sub-shadows) | 1191 | (null sub-shadows) |
| 1193 | (consp sub-shadows) | 1192 | (and (consp sub-shadows) |
| 1194 | (not (keymapp (car sub-shadows))))) | 1193 | (keymapp (car sub-shadows))))) |
| 1195 | ;; Maps we have already listed in this loop shadow this map. | 1194 | ;; Maps we have already listed in this loop shadow this map. |
| 1196 | (let ((tail orig-maps)) | 1195 | (let ((tail orig-maps)) |
| 1197 | (while (not (equal tail maps)) | 1196 | (while (not (equal tail maps)) |
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index e3155dfc52c..c5a01451637 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -55,6 +55,7 @@ | |||
| 55 | 55 | ||
| 56 | ;; Keep "C-x C-m ..." for mule specific commands. | 56 | ;; Keep "C-x C-m ..." for mule specific commands. |
| 57 | (define-key ctl-x-map "\C-m" mule-keymap) | 57 | (define-key ctl-x-map "\C-m" mule-keymap) |
| 58 | (define-key ctl-x-map "\\" 'transient-input-method) | ||
| 58 | 59 | ||
| 59 | (defvar describe-language-environment-map | 60 | (defvar describe-language-environment-map |
| 60 | (let ((map (make-sparse-keymap "Describe Language Environment"))) | 61 | (let ((map (make-sparse-keymap "Describe Language Environment"))) |
| @@ -1344,6 +1345,16 @@ This is the input method activated automatically by the command | |||
| 1344 | mule-input-method-string) | 1345 | mule-input-method-string) |
| 1345 | :set-after '(current-language-environment)) | 1346 | :set-after '(current-language-environment)) |
| 1346 | 1347 | ||
| 1348 | (defcustom transient-input-method nil | ||
| 1349 | "Default transient input method. | ||
| 1350 | This is the input method activated automatically by the command | ||
| 1351 | `transient-input-method' (\\[transient-input-method])." | ||
| 1352 | :link '(custom-manual "(emacs)Input Methods") | ||
| 1353 | :group 'mule | ||
| 1354 | :type '(choice (const nil) | ||
| 1355 | mule-input-method-string) | ||
| 1356 | :set-after '(current-language-environment)) | ||
| 1357 | |||
| 1347 | (put 'input-method-function 'permanent-local t) | 1358 | (put 'input-method-function 'permanent-local t) |
| 1348 | 1359 | ||
| 1349 | (defvar input-method-history nil | 1360 | (defvar input-method-history nil |
| @@ -1519,6 +1530,35 @@ To deactivate it programmatically, use `deactivate-input-method'." | |||
| 1519 | (defvar toggle-input-method-active nil | 1530 | (defvar toggle-input-method-active nil |
| 1520 | "Non-nil inside `toggle-input-method'.") | 1531 | "Non-nil inside `toggle-input-method'.") |
| 1521 | 1532 | ||
| 1533 | (defun transient-input-method (&optional arg interactive) | ||
| 1534 | "Enable transient input method for the current buffer." | ||
| 1535 | (interactive "P\np") | ||
| 1536 | (when (or arg (not transient-input-method)) | ||
| 1537 | (let* ((default (or (car input-method-history) default-input-method)) | ||
| 1538 | (input-method | ||
| 1539 | (read-input-method-name | ||
| 1540 | (if default "Transient input method (default %s): " "Transient input method: ") | ||
| 1541 | default t))) | ||
| 1542 | (setq transient-input-method input-method) | ||
| 1543 | (when interactive | ||
| 1544 | (customize-mark-as-set 'transient-input-method)))) | ||
| 1545 | (let* ((previous-input-method current-input-method) | ||
| 1546 | (history input-method-history) | ||
| 1547 | (clearfun (make-symbol "clear-transient-input-method")) | ||
| 1548 | (exitfun | ||
| 1549 | (lambda () | ||
| 1550 | (deactivate-input-method) | ||
| 1551 | (when previous-input-method | ||
| 1552 | (activate-input-method previous-input-method)) | ||
| 1553 | (setq input-method-history history) | ||
| 1554 | (remove-hook 'input-method-after-insert-chunk-hook clearfun)))) | ||
| 1555 | (fset clearfun (lambda () (funcall exitfun))) | ||
| 1556 | (add-hook 'input-method-after-insert-chunk-hook clearfun) | ||
| 1557 | (when previous-input-method | ||
| 1558 | (deactivate-input-method)) | ||
| 1559 | (activate-input-method transient-input-method) | ||
| 1560 | exitfun)) | ||
| 1561 | |||
| 1522 | (defun toggle-input-method (&optional arg interactive) | 1562 | (defun toggle-input-method (&optional arg interactive) |
| 1523 | "Enable or disable multilingual text input method for the current buffer. | 1563 | "Enable or disable multilingual text input method for the current buffer. |
| 1524 | Only one input method can be enabled at any time in a given buffer. | 1564 | Only one input method can be enabled at any time in a given buffer. |
diff --git a/lisp/leim/quail/compose.el b/lisp/leim/quail/compose.el new file mode 100644 index 00000000000..eb37a42199b --- /dev/null +++ b/lisp/leim/quail/compose.el | |||
| @@ -0,0 +1,2926 @@ | |||
| 1 | ;;; compose.el --- Quail package for Multi_key character composition -*-coding: utf-8;-*- | ||
| 2 | |||
| 3 | ;; Copyright (C) 2020 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; Author: Juri Linkov <juri@linkov.net> | ||
| 6 | ;; Keywords: multilingual, input method, i18n | ||
| 7 | |||
| 8 | ;; This file is part of GNU Emacs. | ||
| 9 | |||
| 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 11 | ;; it under the terms of the GNU General Public License as published by | ||
| 12 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 13 | ;; (at your option) any later version. | ||
| 14 | |||
| 15 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 18 | ;; GNU General Public License for more details. | ||
| 19 | |||
| 20 | ;; You should have received a copy of the GNU General Public License | ||
| 21 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | ||
| 22 | |||
| 23 | ;;; Commentary: | ||
| 24 | |||
| 25 | ;; This input method supports the same key sequences as defined by the | ||
| 26 | ;; standard X Multi_key: https://en.wikipedia.org/wiki/Compose_key | ||
| 27 | |||
| 28 | ;; You can enable this input method transiently with `C-u C-x \ compose RET'. | ||
| 29 | ;; Then typing `C-x \' will enable this input method temporarily, and | ||
| 30 | ;; after typing a key sequence it will be disabled. So typing | ||
| 31 | ;; e.g. `C-x \ E =' will insert the Euro sign character, and disable | ||
| 32 | ;; this input method automatically afterwards. | ||
| 33 | |||
| 34 | ;;; Code: | ||
| 35 | |||
| 36 | (require 'quail) | ||
| 37 | |||
| 38 | (quail-define-package | ||
| 39 | "compose" "UTF-8" "+" t | ||
| 40 | "Compose-like input method with the same key sequences as X Multi_key. | ||
| 41 | Examples: | ||
| 42 | E = -> € 1 2 -> ½ ^ 3 -> ³" | ||
| 43 | '(("\t" . quail-completion)) | ||
| 44 | t nil nil nil nil nil nil nil nil t) | ||
| 45 | |||
| 46 | (quail-define-rules | ||
| 47 | ("''" ?´) | ||
| 48 | ("-^" ?¯) | ||
| 49 | ("^-" ?¯) | ||
| 50 | ("__" ?¯) | ||
| 51 | ("_^" ?¯) | ||
| 52 | (" (" ?˘) | ||
| 53 | ("( " ?˘) | ||
| 54 | ("\"\"" ?¨) | ||
| 55 | (" <" ?ˇ) | ||
| 56 | ("< " ?ˇ) | ||
| 57 | ("-- " ?) | ||
| 58 | ("++" ?#) | ||
| 59 | ("' " ?\') | ||
| 60 | (" '" ?\') | ||
| 61 | ("AT" ?@) | ||
| 62 | ("((" ?\[) | ||
| 63 | ("//" ["\\\\"]) | ||
| 64 | ("/<" ["\\\\"]) | ||
| 65 | ("</" ["\\\\"]) | ||
| 66 | ("))" ?\]) | ||
| 67 | ("^ " ?^) | ||
| 68 | (" ^" ?^) | ||
| 69 | ("> " ?^) | ||
| 70 | (" >" ?^) | ||
| 71 | ("` " ?`) | ||
| 72 | (" `" ?`) | ||
| 73 | (", " ?¸) | ||
| 74 | (" ," ?¸) | ||
| 75 | (",," ?¸) | ||
| 76 | ("(-" ?\{) | ||
| 77 | ("-(" ?\{) | ||
| 78 | ("/^" ?|) | ||
| 79 | ("^/" ?|) | ||
| 80 | ("VL" ?|) | ||
| 81 | ("LV" ?|) | ||
| 82 | ("vl" ?|) | ||
| 83 | ("lv" ?|) | ||
| 84 | (")-" ?\}) | ||
| 85 | ("-)" ?\}) | ||
| 86 | ("~ " ?~) | ||
| 87 | (" ~" ?~) | ||
| 88 | ("- " ?~) | ||
| 89 | (" -" ?~) | ||
| 90 | (" " ? ) | ||
| 91 | (" ." ? ) | ||
| 92 | ("oc" ?©) | ||
| 93 | ("oC" ?©) | ||
| 94 | ("Oc" ?©) | ||
| 95 | ("OC" ?©) | ||
| 96 | ("Co" ?©) | ||
| 97 | ("CO" ?©) | ||
| 98 | ("or" ?®) | ||
| 99 | ("oR" ?®) | ||
| 100 | ("Or" ?®) | ||
| 101 | ("OR" ?®) | ||
| 102 | ("Ro" ?®) | ||
| 103 | ("RO" ?®) | ||
| 104 | (".>" ?›) | ||
| 105 | (".<" ?‹) | ||
| 106 | (".." ?…) | ||
| 107 | (".-" ?·) | ||
| 108 | (".^" ?·) | ||
| 109 | ("^." ?·) | ||
| 110 | (".=" ?•) | ||
| 111 | ("!^" ?¦) | ||
| 112 | ("!!" ?¡) | ||
| 113 | ("p!" ?¶) | ||
| 114 | ("P!" ?¶) | ||
| 115 | ("+-" ?±) | ||
| 116 | ("-+" ?±) | ||
| 117 | ("??" ?¿) | ||
| 118 | ("ss" ?ß) | ||
| 119 | ("SS" ?ẞ) | ||
| 120 | ("oe" ?œ) | ||
| 121 | ("OE" ?Œ) | ||
| 122 | ("ae" ?æ) | ||
| 123 | ("AE" ?Æ) | ||
| 124 | ("ff" ?ff) | ||
| 125 | ("fi" ?fi) | ||
| 126 | ("fl" ?fl) | ||
| 127 | ("Fi" ?ffi) | ||
| 128 | ("Fl" ?ffl) | ||
| 129 | ("IJ" ?IJ) | ||
| 130 | ("Ij" ?IJ) | ||
| 131 | ("ij" ?ij) | ||
| 132 | ("oo" ?°) | ||
| 133 | ("*0" ?°) | ||
| 134 | ("0*" ?°) | ||
| 135 | ("<<" ?«) | ||
| 136 | (">>" ?») | ||
| 137 | ("<'" ?‘) | ||
| 138 | ("'<" ?‘) | ||
| 139 | (">'" ?’) | ||
| 140 | ("'>" ?’) | ||
| 141 | (",'" ?‚) | ||
| 142 | ("'," ?‚) | ||
| 143 | ("<\"" ?“) | ||
| 144 | ("\"<" ?“) | ||
| 145 | (">\"" ?”) | ||
| 146 | ("\">" ?”) | ||
| 147 | (",\"" ?„) | ||
| 148 | ("\"," ?„) | ||
| 149 | ("%o" ?‰) | ||
| 150 | ("CE" ?₠) | ||
| 151 | ("C/" ?₡) | ||
| 152 | ("/C" ?₡) | ||
| 153 | ("Cr" ?₢) | ||
| 154 | ("Fr" ?₣) | ||
| 155 | ("L=" ?₤) | ||
| 156 | ("=L" ?₤) | ||
| 157 | ("m/" ?₥) | ||
| 158 | ("/m" ?₥) | ||
| 159 | ("N=" ?₦) | ||
| 160 | ("=N" ?₦) | ||
| 161 | ("Pt" ?₧) | ||
| 162 | ("Rs" ?₨) | ||
| 163 | ("W=" ?₩) | ||
| 164 | ("=W" ?₩) | ||
| 165 | ("d=" ?₫) | ||
| 166 | ("=d" ?₫) | ||
| 167 | ("C=" ?€) | ||
| 168 | ("=C" ?€) | ||
| 169 | ("c=" ?€) | ||
| 170 | ("=c" ?€) | ||
| 171 | ("E=" ?€) | ||
| 172 | ("=E" ?€) | ||
| 173 | ("e=" ?€) | ||
| 174 | ("=e" ?€) | ||
| 175 | ("С=" ?€) | ||
| 176 | ("=С" ?€) | ||
| 177 | ("Е=" ?€) | ||
| 178 | ("=Е" ?€) | ||
| 179 | ("P=" ?₽) | ||
| 180 | ("p=" ?₽) | ||
| 181 | ("=P" ?₽) | ||
| 182 | ("=p" ?₽) | ||
| 183 | ("З=" ?₽) | ||
| 184 | ("з=" ?₽) | ||
| 185 | ("=З" ?₽) | ||
| 186 | ("=з" ?₽) | ||
| 187 | ("R=" ?₹) | ||
| 188 | ("=R" ?₹) | ||
| 189 | ("r=" ?₹) | ||
| 190 | ("=r" ?₹) | ||
| 191 | ("C|" ?¢) | ||
| 192 | ("|C" ?¢) | ||
| 193 | ("c|" ?¢) | ||
| 194 | ("|c" ?¢) | ||
| 195 | ("c/" ?¢) | ||
| 196 | ("/c" ?¢) | ||
| 197 | ("L-" ?£) | ||
| 198 | ("-L" ?£) | ||
| 199 | ("l-" ?£) | ||
| 200 | ("-l" ?£) | ||
| 201 | ("Y=" ?¥) | ||
| 202 | ("=Y" ?¥) | ||
| 203 | ("y=" ?¥) | ||
| 204 | ("=y" ?¥) | ||
| 205 | ("Y-" ?¥) | ||
| 206 | ("-Y" ?¥) | ||
| 207 | ("y-" ?¥) | ||
| 208 | ("-y" ?¥) | ||
| 209 | ("fs" ?ſ) | ||
| 210 | ("fS" ?ſ) | ||
| 211 | ("--." ?–) | ||
| 212 | ("---" ?—) | ||
| 213 | ("#q" ?♩) | ||
| 214 | ("#e" ?♪) | ||
| 215 | ("#E" ?♫) | ||
| 216 | ("#S" ?♬) | ||
| 217 | ("#b" ?♭) | ||
| 218 | ("#f" ?♮) | ||
| 219 | ("##" ?♯) | ||
| 220 | ("so" ?§) | ||
| 221 | ("os" ?§) | ||
| 222 | ("SO" ?§) | ||
| 223 | ("OS" ?§) | ||
| 224 | ("s!" ?§) | ||
| 225 | ("S!" ?§) | ||
| 226 | ("па" ?§) | ||
| 227 | ("ox" ?¤) | ||
| 228 | ("xo" ?¤) | ||
| 229 | ("oX" ?¤) | ||
| 230 | ("Xo" ?¤) | ||
| 231 | ("OX" ?¤) | ||
| 232 | ("XO" ?¤) | ||
| 233 | ("Ox" ?¤) | ||
| 234 | ("xO" ?¤) | ||
| 235 | ("PP" ?¶) | ||
| 236 | ("No" ?№) | ||
| 237 | ("NO" ?№) | ||
| 238 | ("Но" ?№) | ||
| 239 | ("НО" ?№) | ||
| 240 | ("?!" ?⸘) | ||
| 241 | ("!?" ?‽) | ||
| 242 | ("CCCP" ?☭) | ||
| 243 | ("OA" ?Ⓐ) | ||
| 244 | ("<3" ?♥) | ||
| 245 | (":)" ?☺) | ||
| 246 | (":(" ?☹) | ||
| 247 | ("\\o/" ?🙌) | ||
| 248 | ("poo" ?💩) | ||
| 249 | ("FU" ?🖕) | ||
| 250 | ("LLAP" ?🖖) | ||
| 251 | ("ᄀᄀ" ?ᄁ) | ||
| 252 | ("ᄃᄃ" ?ᄄ) | ||
| 253 | ("ᄇᄇ" ?ᄈ) | ||
| 254 | ("ᄉᄉ" ?ᄊ) | ||
| 255 | ("ᄌᄌ" ?ᄍ) | ||
| 256 | ("ᄂᄀ" ?ᄓ) | ||
| 257 | ("ᄂᄂ" ?ᄔ) | ||
| 258 | ("ᄂᄃ" ?ᄕ) | ||
| 259 | ("ᄂᄇ" ?ᄖ) | ||
| 260 | ("ᄃᄀ" ?ᄗ) | ||
| 261 | ("ᄅᄂ" ?ᄘ) | ||
| 262 | ("ᄅᄅ" ?ᄙ) | ||
| 263 | ("ᄅᄒ" ?ᄚ) | ||
| 264 | ("ᄅᄋ" ?ᄛ) | ||
| 265 | ("ᄆᄇ" ?ᄜ) | ||
| 266 | ("ᄆᄋ" ?ᄝ) | ||
| 267 | ("ᄇᄀ" ?ᄞ) | ||
| 268 | ("ᄇᄂ" ?ᄟ) | ||
| 269 | ("ᄇᄃ" ?ᄠ) | ||
| 270 | ("ᄇᄉ" ?ᄡ) | ||
| 271 | ("ᄇᄌ" ?ᄧ) | ||
| 272 | ("ᄇᄎ" ?ᄨ) | ||
| 273 | ("ᄇᄐ" ?ᄩ) | ||
| 274 | ("ᄇᄑ" ?ᄪ) | ||
| 275 | ("ᄇᄋ" ?ᄫ) | ||
| 276 | ("ᄉᄀ" ?ᄭ) | ||
| 277 | ("ᄉᄂ" ?ᄮ) | ||
| 278 | ("ᄉᄃ" ?ᄯ) | ||
| 279 | ("ᄉᄅ" ?ᄰ) | ||
| 280 | ("ᄉᄆ" ?ᄱ) | ||
| 281 | ("ᄉᄇ" ?ᄲ) | ||
| 282 | ("ᄉᄋ" ?ᄵ) | ||
| 283 | ("ᄉᄌ" ?ᄶ) | ||
| 284 | ("ᄉᄎ" ?ᄷ) | ||
| 285 | ("ᄉᄏ" ?ᄸ) | ||
| 286 | ("ᄉᄐ" ?ᄹ) | ||
| 287 | ("ᄉᄑ" ?ᄺ) | ||
| 288 | ("ᄉᄒ" ?ᄻ) | ||
| 289 | ("ᄼᄼ" ?ᄽ) | ||
| 290 | ("ᄾᄾ" ?ᄿ) | ||
| 291 | ("ᄋᄀ" ?ᅁ) | ||
| 292 | ("ᄋᄃ" ?ᅂ) | ||
| 293 | ("ᄋᄆ" ?ᅃ) | ||
| 294 | ("ᄋᄇ" ?ᅄ) | ||
| 295 | ("ᄋᄉ" ?ᅅ) | ||
| 296 | ("ᄋᅀ" ?ᅆ) | ||
| 297 | ("ᄋᄋ" ?ᅇ) | ||
| 298 | ("ᄋᄌ" ?ᅈ) | ||
| 299 | ("ᄋᄎ" ?ᅉ) | ||
| 300 | ("ᄋᄐ" ?ᅊ) | ||
| 301 | ("ᄋᄑ" ?ᅋ) | ||
| 302 | ("ᄌᄋ" ?ᅍ) | ||
| 303 | ("ᅎᅎ" ?ᅏ) | ||
| 304 | ("ᅐᅐ" ?ᅑ) | ||
| 305 | ("ᄎᄏ" ?ᅒ) | ||
| 306 | ("ᄎᄒ" ?ᅓ) | ||
| 307 | ("ᄑᄇ" ?ᅖ) | ||
| 308 | ("ᄑᄋ" ?ᅗ) | ||
| 309 | ("ᄒᄒ" ?ᅘ) | ||
| 310 | ("ᅡᅵ" ?ᅢ) | ||
| 311 | ("ᅣᅵ" ?ᅤ) | ||
| 312 | ("ᅥᅵ" ?ᅦ) | ||
| 313 | ("ᅧᅵ" ?ᅨ) | ||
| 314 | ("ᅩᅡ" ?ᅪ) | ||
| 315 | ("ᅩᅵ" ?ᅬ) | ||
| 316 | ("ᅮᅥ" ?ᅯ) | ||
| 317 | ("ᅮᅵ" ?ᅱ) | ||
| 318 | ("ᅳᅵ" ?ᅴ) | ||
| 319 | ("ᅡᅩ" ?ᅶ) | ||
| 320 | ("ᅡᅮ" ?ᅷ) | ||
| 321 | ("ᅣᅩ" ?ᅸ) | ||
| 322 | ("ᅣᅭ" ?ᅹ) | ||
| 323 | ("ᅥᅩ" ?ᅺ) | ||
| 324 | ("ᅥᅮ" ?ᅻ) | ||
| 325 | ("ᅥᅳ" ?ᅼ) | ||
| 326 | ("ᅧᅩ" ?ᅽ) | ||
| 327 | ("ᅧᅮ" ?ᅾ) | ||
| 328 | ("ᅩᅥ" ?ᅿ) | ||
| 329 | ("ᅩᅦ" ?ᆀ) | ||
| 330 | ("ᅩᅨ" ?ᆁ) | ||
| 331 | ("ᅩᅩ" ?ᆂ) | ||
| 332 | ("ᅩᅮ" ?ᆃ) | ||
| 333 | ("ᅭᅣ" ?ᆄ) | ||
| 334 | ("ᅭᅤ" ?ᆅ) | ||
| 335 | ("ᅭᅧ" ?ᆆ) | ||
| 336 | ("ᅭᅩ" ?ᆇ) | ||
| 337 | ("ᅭᅵ" ?ᆈ) | ||
| 338 | ("ᅮᅡ" ?ᆉ) | ||
| 339 | ("ᅮᅢ" ?ᆊ) | ||
| 340 | ("ᅮᅨ" ?ᆌ) | ||
| 341 | ("ᅮᅮ" ?ᆍ) | ||
| 342 | ("ᅲᅡ" ?ᆎ) | ||
| 343 | ("ᅲᅥ" ?ᆏ) | ||
| 344 | ("ᅲᅦ" ?ᆐ) | ||
| 345 | ("ᅲᅧ" ?ᆑ) | ||
| 346 | ("ᅲᅨ" ?ᆒ) | ||
| 347 | ("ᅲᅮ" ?ᆓ) | ||
| 348 | ("ᅲᅵ" ?ᆔ) | ||
| 349 | ("ᅳᅮ" ?ᆕ) | ||
| 350 | ("ᅳᅳ" ?ᆖ) | ||
| 351 | ("ᅴᅮ" ?ᆗ) | ||
| 352 | ("ᅵᅡ" ?ᆘ) | ||
| 353 | ("ᅵᅣ" ?ᆙ) | ||
| 354 | ("ᅵᅩ" ?ᆚ) | ||
| 355 | ("ᅵᅮ" ?ᆛ) | ||
| 356 | ("ᅵᅳ" ?ᆜ) | ||
| 357 | ("ᅵᆞ" ?ᆝ) | ||
| 358 | ("ᆞᅥ" ?ᆟ) | ||
| 359 | ("ᆞᅮ" ?ᆠ) | ||
| 360 | ("ᆞᅵ" ?ᆡ) | ||
| 361 | ("ᆞᆞ" ?ᆢ) | ||
| 362 | ("ᆨᆨ" ?ᆩ) | ||
| 363 | ("ᆨᆺ" ?ᆪ) | ||
| 364 | ("ᆫᆽ" ?ᆬ) | ||
| 365 | ("ᆫᇂ" ?ᆭ) | ||
| 366 | ("ᆯᆨ" ?ᆰ) | ||
| 367 | ("ᆯᆷ" ?ᆱ) | ||
| 368 | ("ᆯᆸ" ?ᆲ) | ||
| 369 | ("ᆯᆺ" ?ᆳ) | ||
| 370 | ("ᆯᇀ" ?ᆴ) | ||
| 371 | ("ᆯᇁ" ?ᆵ) | ||
| 372 | ("ᆯᇂ" ?ᆶ) | ||
| 373 | ("ᆸᆺ" ?ᆹ) | ||
| 374 | ("ᆺᆺ" ?ᆻ) | ||
| 375 | ("ᆨᆯ" ?ᇃ) | ||
| 376 | ("ᆫᆨ" ?ᇅ) | ||
| 377 | ("ᆫᆮ" ?ᇆ) | ||
| 378 | ("ᆫᆺ" ?ᇇ) | ||
| 379 | ("ᆫᇫ" ?ᇈ) | ||
| 380 | ("ᆫᇀ" ?ᇉ) | ||
| 381 | ("ᆮᆨ" ?ᇊ) | ||
| 382 | ("ᆮᆯ" ?ᇋ) | ||
| 383 | ("ᆯᆫ" ?ᇍ) | ||
| 384 | ("ᆯᆮ" ?ᇎ) | ||
| 385 | ("ᆯᆯ" ?ᇐ) | ||
| 386 | ("ᆯᇫ" ?ᇗ) | ||
| 387 | ("ᆯᆿ" ?ᇘ) | ||
| 388 | ("ᆯᇹ" ?ᇙ) | ||
| 389 | ("ᆷᆨ" ?ᇚ) | ||
| 390 | ("ᆷᆯ" ?ᇛ) | ||
| 391 | ("ᆷᆸ" ?ᇜ) | ||
| 392 | ("ᆷᆺ" ?ᇝ) | ||
| 393 | ("ᆷᇫ" ?ᇟ) | ||
| 394 | ("ᆷᆾ" ?ᇠ) | ||
| 395 | ("ᆷᇂ" ?ᇡ) | ||
| 396 | ("ᆷᆼ" ?ᇢ) | ||
| 397 | ("ᆸᆯ" ?ᇣ) | ||
| 398 | ("ᆸᇁ" ?ᇤ) | ||
| 399 | ("ᆸᇂ" ?ᇥ) | ||
| 400 | ("ᆸᆼ" ?ᇦ) | ||
| 401 | ("ᆺᆨ" ?ᇧ) | ||
| 402 | ("ᆺᆮ" ?ᇨ) | ||
| 403 | ("ᆺᆯ" ?ᇩ) | ||
| 404 | ("ᆺᆸ" ?ᇪ) | ||
| 405 | ("ᆼᆨ" ?ᇬ) | ||
| 406 | ("ᆼᆼ" ?ᇮ) | ||
| 407 | ("ᆼᆿ" ?ᇯ) | ||
| 408 | ("ᇰᆺ" ?ᇱ) | ||
| 409 | ("ᇰᇫ" ?ᇲ) | ||
| 410 | ("ᇁᆸ" ?ᇳ) | ||
| 411 | ("ᇁᆼ" ?ᇴ) | ||
| 412 | ("ᇂᆫ" ?ᇵ) | ||
| 413 | ("ᇂᆯ" ?ᇶ) | ||
| 414 | ("ᇂᆷ" ?ᇷ) | ||
| 415 | ("ᇂᆸ" ?ᇸ) | ||
| 416 | ("ᄡᄀ" ?ᄢ) | ||
| 417 | ("ᄡᄃ" ?ᄣ) | ||
| 418 | ("ᄡᄇ" ?ᄤ) | ||
| 419 | ("ᄡᄉ" ?ᄥ) | ||
| 420 | ("ᄡᄌ" ?ᄦ) | ||
| 421 | ("ᄈᄋ" ?ᄬ) | ||
| 422 | ("ᄲᄀ" ?ᄳ) | ||
| 423 | ("ᄊᄉ" ?ᄴ) | ||
| 424 | ("ᅪᅵ" ?ᅫ) | ||
| 425 | ("ᅯᅵ" ?ᅰ) | ||
| 426 | ("ᅯᅳ" ?ᆋ) | ||
| 427 | ("ᆪᆨ" ?ᇄ) | ||
| 428 | ("ᆰᆺ" ?ᇌ) | ||
| 429 | ("ᇎᇂ" ?ᇏ) | ||
| 430 | ("ᆱᆨ" ?ᇑ) | ||
| 431 | ("ᆱᆺ" ?ᇒ) | ||
| 432 | ("ᆲᆺ" ?ᇓ) | ||
| 433 | ("ᆲᇂ" ?ᇔ) | ||
| 434 | ("ᆲᆼ" ?ᇕ) | ||
| 435 | ("ᆳᆺ" ?ᇖ) | ||
| 436 | ("ᇝᆺ" ?ᇞ) | ||
| 437 | ("ᇬᆨ" ?ᇭ) | ||
| 438 | ("ᄇᄭ" ?ᄢ) | ||
| 439 | ("ᄇᄯ" ?ᄣ) | ||
| 440 | ("ᄇᄲ" ?ᄤ) | ||
| 441 | ("ᄇᄊ" ?ᄥ) | ||
| 442 | ("ᄇᄶ" ?ᄦ) | ||
| 443 | ("ᄇᄫ" ?ᄬ) | ||
| 444 | ("ᄉᄞ" ?ᄳ) | ||
| 445 | ("ᄉᄊ" ?ᄴ) | ||
| 446 | ("ᅩᅢ" ?ᅫ) | ||
| 447 | ("ᅮᅦ" ?ᅰ) | ||
| 448 | ("ᅮᅼ" ?ᆋ) | ||
| 449 | ("ᆨᇧ" ?ᇄ) | ||
| 450 | ("ᆯᆪ" ?ᇌ) | ||
| 451 | ("ᆯᇚ" ?ᇑ) | ||
| 452 | ("ᆯᇝ" ?ᇒ) | ||
| 453 | ("ᆯᆹ" ?ᇓ) | ||
| 454 | ("ᆯᇥ" ?ᇔ) | ||
| 455 | ("ᆯᇦ" ?ᇕ) | ||
| 456 | ("ᆯᆻ" ?ᇖ) | ||
| 457 | ("ᆷᆻ" ?ᇞ) | ||
| 458 | ("ᆼᆩ" ?ᇭ) | ||
| 459 | (",-" ?¬) | ||
| 460 | ("-," ?¬) | ||
| 461 | ("^_a" ?ª) | ||
| 462 | ("^_a" ?ª) | ||
| 463 | ("^2" ?²) | ||
| 464 | ("2^" ?²) | ||
| 465 | ("^3" ?³) | ||
| 466 | ("3^" ?³) | ||
| 467 | ("mu" ?µ) | ||
| 468 | ("/u" ?µ) | ||
| 469 | ("u/" ?µ) | ||
| 470 | ("^1" ?¹) | ||
| 471 | ("1^" ?¹) | ||
| 472 | ("^_o" ?º) | ||
| 473 | ("^_o" ?º) | ||
| 474 | ("14" ?¼) | ||
| 475 | ("12" ?½) | ||
| 476 | ("34" ?¾) | ||
| 477 | ("`A" ?À) | ||
| 478 | ("A`" ?À) | ||
| 479 | ("´A" ?Á) | ||
| 480 | ("A´" ?Á) | ||
| 481 | ("'A" ?Á) | ||
| 482 | ("A'" ?Á) | ||
| 483 | ("^A" ?Â) | ||
| 484 | ("A^" ?Â) | ||
| 485 | (">A" ?Â) | ||
| 486 | ("A>" ?Â) | ||
| 487 | ("~A" ?Ã) | ||
| 488 | ("A~" ?Ã) | ||
| 489 | ("\"A" ?Ä) | ||
| 490 | ("A\"" ?Ä) | ||
| 491 | ("¨A" ?Ä) | ||
| 492 | ("A¨" ?Ä) | ||
| 493 | ("oA" ?Å) | ||
| 494 | ("*A" ?Å) | ||
| 495 | ("A*" ?Å) | ||
| 496 | ("AA" ?Å) | ||
| 497 | (",C" ?Ç) | ||
| 498 | ("C," ?Ç) | ||
| 499 | ("¸C" ?Ç) | ||
| 500 | ("`E" ?È) | ||
| 501 | ("E`" ?È) | ||
| 502 | ("´E" ?É) | ||
| 503 | ("E´" ?É) | ||
| 504 | ("'E" ?É) | ||
| 505 | ("E'" ?É) | ||
| 506 | ("^E" ?Ê) | ||
| 507 | ("E^" ?Ê) | ||
| 508 | (">E" ?Ê) | ||
| 509 | ("E>" ?Ê) | ||
| 510 | ("\"E" ?Ë) | ||
| 511 | ("E\"" ?Ë) | ||
| 512 | ("¨E" ?Ë) | ||
| 513 | ("E¨" ?Ë) | ||
| 514 | ("`I" ?Ì) | ||
| 515 | ("I`" ?Ì) | ||
| 516 | ("´I" ?Í) | ||
| 517 | ("I´" ?Í) | ||
| 518 | ("'I" ?Í) | ||
| 519 | ("I'" ?Í) | ||
| 520 | ("^I" ?Î) | ||
| 521 | ("I^" ?Î) | ||
| 522 | (">I" ?Î) | ||
| 523 | ("I>" ?Î) | ||
| 524 | ("\"I" ?Ï) | ||
| 525 | ("I\"" ?Ï) | ||
| 526 | ("¨I" ?Ï) | ||
| 527 | ("I¨" ?Ï) | ||
| 528 | ("'J" ["J́"]) | ||
| 529 | ("J'" ["J́"]) | ||
| 530 | ("´J" ["J́"]) | ||
| 531 | ("J´" ["J́"]) | ||
| 532 | ("DH" ?Ð) | ||
| 533 | ("~N" ?Ñ) | ||
| 534 | ("N~" ?Ñ) | ||
| 535 | ("`O" ?Ò) | ||
| 536 | ("O`" ?Ò) | ||
| 537 | ("´O" ?Ó) | ||
| 538 | ("O´" ?Ó) | ||
| 539 | ("'O" ?Ó) | ||
| 540 | ("O'" ?Ó) | ||
| 541 | ("^O" ?Ô) | ||
| 542 | ("O^" ?Ô) | ||
| 543 | (">O" ?Ô) | ||
| 544 | ("O>" ?Ô) | ||
| 545 | ("~O" ?Õ) | ||
| 546 | ("O~" ?Õ) | ||
| 547 | ("\"O" ?Ö) | ||
| 548 | ("O\"" ?Ö) | ||
| 549 | ("¨O" ?Ö) | ||
| 550 | ("O¨" ?Ö) | ||
| 551 | ("xx" ?×) | ||
| 552 | ("/O" ?Ø) | ||
| 553 | ("O/" ?Ø) | ||
| 554 | ("`U" ?Ù) | ||
| 555 | ("U`" ?Ù) | ||
| 556 | ("´U" ?Ú) | ||
| 557 | ("U´" ?Ú) | ||
| 558 | ("'U" ?Ú) | ||
| 559 | ("U'" ?Ú) | ||
| 560 | ("^U" ?Û) | ||
| 561 | ("U^" ?Û) | ||
| 562 | (">U" ?Û) | ||
| 563 | ("U>" ?Û) | ||
| 564 | ("\"U" ?Ü) | ||
| 565 | ("U\"" ?Ü) | ||
| 566 | ("¨U" ?Ü) | ||
| 567 | ("U¨" ?Ü) | ||
| 568 | ("´Y" ?Ý) | ||
| 569 | ("Y´" ?Ý) | ||
| 570 | ("'Y" ?Ý) | ||
| 571 | ("Y'" ?Ý) | ||
| 572 | ("TH" ?Þ) | ||
| 573 | ("`a" ?à) | ||
| 574 | ("a`" ?à) | ||
| 575 | ("´a" ?á) | ||
| 576 | ("a´" ?á) | ||
| 577 | ("'a" ?á) | ||
| 578 | ("a'" ?á) | ||
| 579 | ("^a" ?â) | ||
| 580 | ("a^" ?â) | ||
| 581 | (">a" ?â) | ||
| 582 | ("a>" ?â) | ||
| 583 | ("~a" ?ã) | ||
| 584 | ("a~" ?ã) | ||
| 585 | ("\"a" ?ä) | ||
| 586 | ("a\"" ?ä) | ||
| 587 | ("¨a" ?ä) | ||
| 588 | ("a¨" ?ä) | ||
| 589 | ("oa" ?å) | ||
| 590 | ("*a" ?å) | ||
| 591 | ("a*" ?å) | ||
| 592 | ("aa" ?å) | ||
| 593 | (",c" ?ç) | ||
| 594 | ("c," ?ç) | ||
| 595 | ("¸c" ?ç) | ||
| 596 | ("`e" ?è) | ||
| 597 | ("e`" ?è) | ||
| 598 | ("´e" ?é) | ||
| 599 | ("e´" ?é) | ||
| 600 | ("'e" ?é) | ||
| 601 | ("e'" ?é) | ||
| 602 | ("^e" ?ê) | ||
| 603 | ("e^" ?ê) | ||
| 604 | (">e" ?ê) | ||
| 605 | ("e>" ?ê) | ||
| 606 | ("\"e" ?ë) | ||
| 607 | ("e\"" ?ë) | ||
| 608 | ("¨e" ?ë) | ||
| 609 | ("e¨" ?ë) | ||
| 610 | ("`i" ?ì) | ||
| 611 | ("i`" ?ì) | ||
| 612 | ("´i" ?í) | ||
| 613 | ("i´" ?í) | ||
| 614 | ("'i" ?í) | ||
| 615 | ("i'" ?í) | ||
| 616 | ("^i" ?î) | ||
| 617 | ("i^" ?î) | ||
| 618 | (">i" ?î) | ||
| 619 | ("i>" ?î) | ||
| 620 | ("\"i" ?ï) | ||
| 621 | ("i\"" ?ï) | ||
| 622 | ("¨i" ?ï) | ||
| 623 | ("i¨" ?ï) | ||
| 624 | ("'j" ["j́"]) | ||
| 625 | ("j'" ["j́"]) | ||
| 626 | ("´j" ["j́"]) | ||
| 627 | ("j´" ["j́"]) | ||
| 628 | ("dh" ?ð) | ||
| 629 | ("~n" ?ñ) | ||
| 630 | ("n~" ?ñ) | ||
| 631 | ("`o" ?ò) | ||
| 632 | ("o`" ?ò) | ||
| 633 | ("´o" ?ó) | ||
| 634 | ("o´" ?ó) | ||
| 635 | ("'o" ?ó) | ||
| 636 | ("o'" ?ó) | ||
| 637 | ("^o" ?ô) | ||
| 638 | ("o^" ?ô) | ||
| 639 | (">o" ?ô) | ||
| 640 | ("o>" ?ô) | ||
| 641 | ("~o" ?õ) | ||
| 642 | ("o~" ?õ) | ||
| 643 | ("o¨" ?ö) | ||
| 644 | ("¨o" ?ö) | ||
| 645 | ("\"o" ?ö) | ||
| 646 | ("o\"" ?ö) | ||
| 647 | (":-" ?÷) | ||
| 648 | ("-:" ?÷) | ||
| 649 | ("/o" ?ø) | ||
| 650 | ("o/" ?ø) | ||
| 651 | ("`u" ?ù) | ||
| 652 | ("u`" ?ù) | ||
| 653 | ("´u" ?ú) | ||
| 654 | ("u´" ?ú) | ||
| 655 | ("'u" ?ú) | ||
| 656 | ("u'" ?ú) | ||
| 657 | ("^u" ?û) | ||
| 658 | ("u^" ?û) | ||
| 659 | (">u" ?û) | ||
| 660 | ("u>" ?û) | ||
| 661 | ("\"u" ?ü) | ||
| 662 | ("u\"" ?ü) | ||
| 663 | ("¨u" ?ü) | ||
| 664 | ("u¨" ?ü) | ||
| 665 | ("´y" ?ý) | ||
| 666 | ("y´" ?ý) | ||
| 667 | ("'y" ?ý) | ||
| 668 | ("y'" ?ý) | ||
| 669 | ("th" ?þ) | ||
| 670 | ("\"y" ?ÿ) | ||
| 671 | ("y\"" ?ÿ) | ||
| 672 | ("¨y" ?ÿ) | ||
| 673 | ("y¨" ?ÿ) | ||
| 674 | ("¯A" ?Ā) | ||
| 675 | ("_A" ?Ā) | ||
| 676 | ("A_" ?Ā) | ||
| 677 | ("-A" ?Ā) | ||
| 678 | ("A-" ?Ā) | ||
| 679 | ("¯a" ?ā) | ||
| 680 | ("_a" ?ā) | ||
| 681 | ("a_" ?ā) | ||
| 682 | ("-a" ?ā) | ||
| 683 | ("a-" ?ā) | ||
| 684 | ("UA" ?Ă) | ||
| 685 | ("uA" ?Ă) | ||
| 686 | ("bA" ?Ă) | ||
| 687 | ("A(" ?Ă) | ||
| 688 | ("Ua" ?ă) | ||
| 689 | ("ua" ?ă) | ||
| 690 | ("ba" ?ă) | ||
| 691 | ("a(" ?ă) | ||
| 692 | (";A" ?Ą) | ||
| 693 | ("A;" ?Ą) | ||
| 694 | (",A" ?Ą) | ||
| 695 | ("A," ?Ą) | ||
| 696 | (";a" ?ą) | ||
| 697 | ("a;" ?ą) | ||
| 698 | (",a" ?ą) | ||
| 699 | ("a," ?ą) | ||
| 700 | ("´C" ?Ć) | ||
| 701 | ("'C" ?Ć) | ||
| 702 | ("C'" ?Ć) | ||
| 703 | ("´c" ?ć) | ||
| 704 | ("'c" ?ć) | ||
| 705 | ("c'" ?ć) | ||
| 706 | ("^C" ?Ĉ) | ||
| 707 | ("^c" ?ĉ) | ||
| 708 | (".C" ?Ċ) | ||
| 709 | ("C." ?Ċ) | ||
| 710 | (".c" ?ċ) | ||
| 711 | ("c." ?ċ) | ||
| 712 | ("cC" ?Č) | ||
| 713 | ("<C" ?Č) | ||
| 714 | ("C<" ?Č) | ||
| 715 | ("cc" ?č) | ||
| 716 | ("<c" ?č) | ||
| 717 | ("c<" ?č) | ||
| 718 | ("cD" ?Ď) | ||
| 719 | ("<D" ?Ď) | ||
| 720 | ("D<" ?Ď) | ||
| 721 | ("cd" ?ď) | ||
| 722 | ("<d" ?ď) | ||
| 723 | ("d<" ?ď) | ||
| 724 | ("-D" ?Đ) | ||
| 725 | ("D-" ?Đ) | ||
| 726 | ("/D" ?Đ) | ||
| 727 | ("-d" ?đ) | ||
| 728 | ("d-" ?đ) | ||
| 729 | ("/d" ?đ) | ||
| 730 | ("¯E" ?Ē) | ||
| 731 | ("_E" ?Ē) | ||
| 732 | ("E_" ?Ē) | ||
| 733 | ("-E" ?Ē) | ||
| 734 | ("E-" ?Ē) | ||
| 735 | ("¯e" ?ē) | ||
| 736 | ("_e" ?ē) | ||
| 737 | ("e_" ?ē) | ||
| 738 | ("-e" ?ē) | ||
| 739 | ("e-" ?ē) | ||
| 740 | ("UE" ?Ĕ) | ||
| 741 | ("bE" ?Ĕ) | ||
| 742 | ("Ue" ?ĕ) | ||
| 743 | ("be" ?ĕ) | ||
| 744 | (".E" ?Ė) | ||
| 745 | ("E." ?Ė) | ||
| 746 | (".e" ?ė) | ||
| 747 | ("e." ?ė) | ||
| 748 | (";E" ?Ę) | ||
| 749 | ("E;" ?Ę) | ||
| 750 | (",E" ?Ę) | ||
| 751 | ("E," ?Ę) | ||
| 752 | (";e" ?ę) | ||
| 753 | ("e;" ?ę) | ||
| 754 | (",e" ?ę) | ||
| 755 | ("e," ?ę) | ||
| 756 | ("cE" ?Ě) | ||
| 757 | ("<E" ?Ě) | ||
| 758 | ("E<" ?Ě) | ||
| 759 | ("ce" ?ě) | ||
| 760 | ("<e" ?ě) | ||
| 761 | ("e<" ?ě) | ||
| 762 | ("^G" ?Ĝ) | ||
| 763 | ("^g" ?ĝ) | ||
| 764 | ("UG" ?Ğ) | ||
| 765 | ("GU" ?Ğ) | ||
| 766 | ("bG" ?Ğ) | ||
| 767 | ("˘G" ?Ğ) | ||
| 768 | ("G˘" ?Ğ) | ||
| 769 | ("G(" ?Ğ) | ||
| 770 | ("Ug" ?ğ) | ||
| 771 | ("gU" ?ğ) | ||
| 772 | ("bg" ?ğ) | ||
| 773 | ("˘g" ?ğ) | ||
| 774 | ("g˘" ?ğ) | ||
| 775 | ("g(" ?ğ) | ||
| 776 | (".G" ?Ġ) | ||
| 777 | ("G." ?Ġ) | ||
| 778 | (".g" ?ġ) | ||
| 779 | ("g." ?ġ) | ||
| 780 | (",G" ?Ģ) | ||
| 781 | ("G," ?Ģ) | ||
| 782 | ("¸G" ?Ģ) | ||
| 783 | (",g" ?ģ) | ||
| 784 | ("g," ?ģ) | ||
| 785 | ("¸g" ?ģ) | ||
| 786 | ("^H" ?Ĥ) | ||
| 787 | ("^h" ?ĥ) | ||
| 788 | ("/H" ?Ħ) | ||
| 789 | ("/h" ?ħ) | ||
| 790 | ("~I" ?Ĩ) | ||
| 791 | ("I~" ?Ĩ) | ||
| 792 | ("~i" ?ĩ) | ||
| 793 | ("i~" ?ĩ) | ||
| 794 | ("¯I" ?Ī) | ||
| 795 | ("_I" ?Ī) | ||
| 796 | ("I_" ?Ī) | ||
| 797 | ("-I" ?Ī) | ||
| 798 | ("I-" ?Ī) | ||
| 799 | ("¯i" ?ī) | ||
| 800 | ("_i" ?ī) | ||
| 801 | ("i_" ?ī) | ||
| 802 | ("-i" ?ī) | ||
| 803 | ("i-" ?ī) | ||
| 804 | ("UI" ?Ĭ) | ||
| 805 | ("bI" ?Ĭ) | ||
| 806 | ("Ui" ?ĭ) | ||
| 807 | ("bi" ?ĭ) | ||
| 808 | (";I" ?Į) | ||
| 809 | ("I;" ?Į) | ||
| 810 | (",I" ?Į) | ||
| 811 | ("I," ?Į) | ||
| 812 | (";i" ?į) | ||
| 813 | ("i;" ?į) | ||
| 814 | (",i" ?į) | ||
| 815 | ("i," ?į) | ||
| 816 | (".I" ?İ) | ||
| 817 | ("I." ?İ) | ||
| 818 | ("i." ?ı) | ||
| 819 | (".i" ?ı) | ||
| 820 | ("^J" ?Ĵ) | ||
| 821 | ("^j" ?ĵ) | ||
| 822 | (",K" ?Ķ) | ||
| 823 | ("K," ?Ķ) | ||
| 824 | ("¸K" ?Ķ) | ||
| 825 | (",k" ?ķ) | ||
| 826 | ("k," ?ķ) | ||
| 827 | ("¸k" ?ķ) | ||
| 828 | ("kk" ?ĸ) | ||
| 829 | ("´L" ?Ĺ) | ||
| 830 | ("'L" ?Ĺ) | ||
| 831 | ("L'" ?Ĺ) | ||
| 832 | ("´l" ?ĺ) | ||
| 833 | ("'l" ?ĺ) | ||
| 834 | ("l'" ?ĺ) | ||
| 835 | (",L" ?Ļ) | ||
| 836 | ("L," ?Ļ) | ||
| 837 | ("¸L" ?Ļ) | ||
| 838 | (",l" ?ļ) | ||
| 839 | ("l," ?ļ) | ||
| 840 | ("¸l" ?ļ) | ||
| 841 | ("cL" ?Ľ) | ||
| 842 | ("<L" ?Ľ) | ||
| 843 | ("L<" ?Ľ) | ||
| 844 | ("cl" ?ľ) | ||
| 845 | ("<l" ?ľ) | ||
| 846 | ("l<" ?ľ) | ||
| 847 | ("/L" ?Ł) | ||
| 848 | ("L/" ?Ł) | ||
| 849 | ("/l" ?ł) | ||
| 850 | ("l/" ?ł) | ||
| 851 | ("´N" ?Ń) | ||
| 852 | ("'N" ?Ń) | ||
| 853 | ("N'" ?Ń) | ||
| 854 | ("´n" ?ń) | ||
| 855 | ("'n" ?ń) | ||
| 856 | ("n'" ?ń) | ||
| 857 | (",N" ?Ņ) | ||
| 858 | ("N," ?Ņ) | ||
| 859 | ("¸N" ?Ņ) | ||
| 860 | (",n" ?ņ) | ||
| 861 | ("n," ?ņ) | ||
| 862 | ("¸n" ?ņ) | ||
| 863 | ("cN" ?Ň) | ||
| 864 | ("<N" ?Ň) | ||
| 865 | ("N<" ?Ň) | ||
| 866 | ("cn" ?ň) | ||
| 867 | ("<n" ?ň) | ||
| 868 | ("n<" ?ň) | ||
| 869 | ("NG" ?Ŋ) | ||
| 870 | ("ng" ?ŋ) | ||
| 871 | ("¯O" ?Ō) | ||
| 872 | ("_O" ?Ō) | ||
| 873 | ("O_" ?Ō) | ||
| 874 | ("-O" ?Ō) | ||
| 875 | ("O-" ?Ō) | ||
| 876 | ("¯o" ?ō) | ||
| 877 | ("_o" ?ō) | ||
| 878 | ("o_" ?ō) | ||
| 879 | ("-o" ?ō) | ||
| 880 | ("o-" ?ō) | ||
| 881 | ("UO" ?Ŏ) | ||
| 882 | ("bO" ?Ŏ) | ||
| 883 | ("Uo" ?ŏ) | ||
| 884 | ("bo" ?ŏ) | ||
| 885 | ("=O" ?Ő) | ||
| 886 | ("=o" ?ő) | ||
| 887 | ("´R" ?Ŕ) | ||
| 888 | ("'R" ?Ŕ) | ||
| 889 | ("R'" ?Ŕ) | ||
| 890 | ("´r" ?ŕ) | ||
| 891 | ("'r" ?ŕ) | ||
| 892 | ("r'" ?ŕ) | ||
| 893 | (",R" ?Ŗ) | ||
| 894 | ("R," ?Ŗ) | ||
| 895 | ("¸R" ?Ŗ) | ||
| 896 | (",r" ?ŗ) | ||
| 897 | ("r," ?ŗ) | ||
| 898 | ("¸r" ?ŗ) | ||
| 899 | ("cR" ?Ř) | ||
| 900 | ("<R" ?Ř) | ||
| 901 | ("R<" ?Ř) | ||
| 902 | ("cr" ?ř) | ||
| 903 | ("<r" ?ř) | ||
| 904 | ("r<" ?ř) | ||
| 905 | ("´S" ?Ś) | ||
| 906 | ("'S" ?Ś) | ||
| 907 | ("S'" ?Ś) | ||
| 908 | ("´s" ?ś) | ||
| 909 | ("'s" ?ś) | ||
| 910 | ("s'" ?ś) | ||
| 911 | ("^S" ?Ŝ) | ||
| 912 | ("^s" ?ŝ) | ||
| 913 | (",S" ?Ş) | ||
| 914 | ("S," ?Ş) | ||
| 915 | ("¸S" ?Ş) | ||
| 916 | (",s" ?ş) | ||
| 917 | ("s," ?ş) | ||
| 918 | ("¸s" ?ş) | ||
| 919 | ("s¸" ?ş) | ||
| 920 | ("cS" ?Š) | ||
| 921 | ("<S" ?Š) | ||
| 922 | ("S<" ?Š) | ||
| 923 | ("cs" ?š) | ||
| 924 | ("<s" ?š) | ||
| 925 | ("s<" ?š) | ||
| 926 | (",T" ?Ţ) | ||
| 927 | ("T," ?Ţ) | ||
| 928 | ("¸T" ?Ţ) | ||
| 929 | (",t" ?ţ) | ||
| 930 | ("t," ?ţ) | ||
| 931 | ("¸t" ?ţ) | ||
| 932 | ("cT" ?Ť) | ||
| 933 | ("<T" ?Ť) | ||
| 934 | ("T<" ?Ť) | ||
| 935 | ("ct" ?ť) | ||
| 936 | ("<t" ?ť) | ||
| 937 | ("t<" ?ť) | ||
| 938 | ("/T" ?Ŧ) | ||
| 939 | ("T/" ?Ŧ) | ||
| 940 | ("T-" ?Ŧ) | ||
| 941 | ("/t" ?ŧ) | ||
| 942 | ("t/" ?ŧ) | ||
| 943 | ("t-" ?ŧ) | ||
| 944 | ("~U" ?Ũ) | ||
| 945 | ("U~" ?Ũ) | ||
| 946 | ("~u" ?ũ) | ||
| 947 | ("u~" ?ũ) | ||
| 948 | ("¯U" ?Ū) | ||
| 949 | ("_U" ?Ū) | ||
| 950 | ("U_" ?Ū) | ||
| 951 | ("-U" ?Ū) | ||
| 952 | ("U-" ?Ū) | ||
| 953 | ("¯u" ?ū) | ||
| 954 | ("_u" ?ū) | ||
| 955 | ("u_" ?ū) | ||
| 956 | ("-u" ?ū) | ||
| 957 | ("u-" ?ū) | ||
| 958 | ("UU" ?Ŭ) | ||
| 959 | ("uU" ?Ŭ) | ||
| 960 | ("bU" ?Ŭ) | ||
| 961 | ("Uu" ?ŭ) | ||
| 962 | ("uu" ?ŭ) | ||
| 963 | ("bu" ?ŭ) | ||
| 964 | ("oU" ?Ů) | ||
| 965 | ("*U" ?Ů) | ||
| 966 | ("U*" ?Ů) | ||
| 967 | ("ou" ?ů) | ||
| 968 | ("*u" ?ů) | ||
| 969 | ("u*" ?ů) | ||
| 970 | ("=U" ?Ű) | ||
| 971 | ("=u" ?ű) | ||
| 972 | (";U" ?Ų) | ||
| 973 | ("U;" ?Ų) | ||
| 974 | (",U" ?Ų) | ||
| 975 | ("U," ?Ų) | ||
| 976 | (";u" ?ų) | ||
| 977 | ("u;" ?ų) | ||
| 978 | (",u" ?ų) | ||
| 979 | ("u," ?ų) | ||
| 980 | ("^W" ?Ŵ) | ||
| 981 | ("W^" ?Ŵ) | ||
| 982 | ("^w" ?ŵ) | ||
| 983 | ("w^" ?ŵ) | ||
| 984 | ("^Y" ?Ŷ) | ||
| 985 | ("Y^" ?Ŷ) | ||
| 986 | ("^y" ?ŷ) | ||
| 987 | ("y^" ?ŷ) | ||
| 988 | ("\"Y" ?Ÿ) | ||
| 989 | ("Y\"" ?Ÿ) | ||
| 990 | ("¨Y" ?Ÿ) | ||
| 991 | ("Y¨" ?Ÿ) | ||
| 992 | ("´Z" ?Ź) | ||
| 993 | ("'Z" ?Ź) | ||
| 994 | ("Z'" ?Ź) | ||
| 995 | ("´z" ?ź) | ||
| 996 | ("'z" ?ź) | ||
| 997 | ("z'" ?ź) | ||
| 998 | (".Z" ?Ż) | ||
| 999 | ("Z." ?Ż) | ||
| 1000 | (".z" ?ż) | ||
| 1001 | ("z." ?ż) | ||
| 1002 | ("cZ" ?Ž) | ||
| 1003 | ("vZ" ?Ž) | ||
| 1004 | ("<Z" ?Ž) | ||
| 1005 | ("Z<" ?Ž) | ||
| 1006 | ("cz" ?ž) | ||
| 1007 | ("vz" ?ž) | ||
| 1008 | ("<z" ?ž) | ||
| 1009 | ("z<" ?ž) | ||
| 1010 | ("/b" ?ƀ) | ||
| 1011 | ("/I" ?Ɨ) | ||
| 1012 | ("+O" ?Ơ) | ||
| 1013 | ("+o" ?ơ) | ||
| 1014 | ("+U" ?Ư) | ||
| 1015 | ("+u" ?ư) | ||
| 1016 | ("/Z" ?Ƶ) | ||
| 1017 | ("/z" ?ƶ) | ||
| 1018 | ("cA" ?Ǎ) | ||
| 1019 | ("ca" ?ǎ) | ||
| 1020 | ("cI" ?Ǐ) | ||
| 1021 | ("ci" ?ǐ) | ||
| 1022 | ("cO" ?Ǒ) | ||
| 1023 | ("co" ?ǒ) | ||
| 1024 | ("cU" ?Ǔ) | ||
| 1025 | ("cu" ?ǔ) | ||
| 1026 | ("¯Ü" ?Ǖ) | ||
| 1027 | ("_Ü" ?Ǖ) | ||
| 1028 | ("¯\"U" ?Ǖ) | ||
| 1029 | ("_\"U" ?Ǖ) | ||
| 1030 | ("¯ü" ?ǖ) | ||
| 1031 | ("_ü" ?ǖ) | ||
| 1032 | ("¯\"u" ?ǖ) | ||
| 1033 | ("_\"u" ?ǖ) | ||
| 1034 | ("´Ü" ?Ǘ) | ||
| 1035 | ("'Ü" ?Ǘ) | ||
| 1036 | ("´\"U" ?Ǘ) | ||
| 1037 | ("'\"U" ?Ǘ) | ||
| 1038 | ("´ü" ?ǘ) | ||
| 1039 | ("'ü" ?ǘ) | ||
| 1040 | ("´\"u" ?ǘ) | ||
| 1041 | ("'\"u" ?ǘ) | ||
| 1042 | ("cÜ" ?Ǚ) | ||
| 1043 | ("c\"U" ?Ǚ) | ||
| 1044 | ("cü" ?ǚ) | ||
| 1045 | ("c\"u" ?ǚ) | ||
| 1046 | ("`Ü" ?Ǜ) | ||
| 1047 | ("`\"U" ?Ǜ) | ||
| 1048 | ("`ü" ?ǜ) | ||
| 1049 | ("`\"u" ?ǜ) | ||
| 1050 | ("¯Ä" ?Ǟ) | ||
| 1051 | ("_Ä" ?Ǟ) | ||
| 1052 | ("¯\"A" ?Ǟ) | ||
| 1053 | ("_\"A" ?Ǟ) | ||
| 1054 | ("¯ä" ?ǟ) | ||
| 1055 | ("_ä" ?ǟ) | ||
| 1056 | ("¯\"a" ?ǟ) | ||
| 1057 | ("_\"a" ?ǟ) | ||
| 1058 | ("¯Ȧ" ?Ǡ) | ||
| 1059 | ("_Ȧ" ?Ǡ) | ||
| 1060 | ("¯.A" ?Ǡ) | ||
| 1061 | ("_.A" ?Ǡ) | ||
| 1062 | ("¯ȧ" ?ǡ) | ||
| 1063 | ("_ȧ" ?ǡ) | ||
| 1064 | ("¯.a" ?ǡ) | ||
| 1065 | ("_.a" ?ǡ) | ||
| 1066 | ("¯Æ" ?Ǣ) | ||
| 1067 | ("_Æ" ?Ǣ) | ||
| 1068 | ("¯æ" ?ǣ) | ||
| 1069 | ("_æ" ?ǣ) | ||
| 1070 | ("/G" ?Ǥ) | ||
| 1071 | ("/g" ?ǥ) | ||
| 1072 | ("cG" ?Ǧ) | ||
| 1073 | ("cg" ?ǧ) | ||
| 1074 | ("cK" ?Ǩ) | ||
| 1075 | ("ck" ?ǩ) | ||
| 1076 | (";O" ?Ǫ) | ||
| 1077 | ("O;" ?Ǫ) | ||
| 1078 | (",O" ?Ǫ) | ||
| 1079 | ("O," ?Ǫ) | ||
| 1080 | (";o" ?ǫ) | ||
| 1081 | ("o;" ?ǫ) | ||
| 1082 | (",o" ?ǫ) | ||
| 1083 | ("o," ?ǫ) | ||
| 1084 | ("¯Ǫ" ?Ǭ) | ||
| 1085 | ("_Ǫ" ?Ǭ) | ||
| 1086 | ("¯;O" ?Ǭ) | ||
| 1087 | ("_;O" ?Ǭ) | ||
| 1088 | ("¯ǫ" ?ǭ) | ||
| 1089 | ("_ǫ" ?ǭ) | ||
| 1090 | ("¯;o" ?ǭ) | ||
| 1091 | ("_;o" ?ǭ) | ||
| 1092 | ("cƷ" ?Ǯ) | ||
| 1093 | ("cʒ" ?ǯ) | ||
| 1094 | ("cj" ?ǰ) | ||
| 1095 | ("´G" ?Ǵ) | ||
| 1096 | ("'G" ?Ǵ) | ||
| 1097 | ("´g" ?ǵ) | ||
| 1098 | ("'g" ?ǵ) | ||
| 1099 | ("`N" ?Ǹ) | ||
| 1100 | ("`n" ?ǹ) | ||
| 1101 | ("´Å" ?Ǻ) | ||
| 1102 | ("'Å" ?Ǻ) | ||
| 1103 | ("*'A" ?Ǻ) | ||
| 1104 | ("´å" ?ǻ) | ||
| 1105 | ("'å" ?ǻ) | ||
| 1106 | ("*'a" ?ǻ) | ||
| 1107 | ("´Æ" ?Ǽ) | ||
| 1108 | ("'Æ" ?Ǽ) | ||
| 1109 | ("´æ" ?ǽ) | ||
| 1110 | ("'æ" ?ǽ) | ||
| 1111 | ("´Ø" ?Ǿ) | ||
| 1112 | ("'Ø" ?Ǿ) | ||
| 1113 | ("´/O" ?Ǿ) | ||
| 1114 | ("'/O" ?Ǿ) | ||
| 1115 | ("´ø" ?ǿ) | ||
| 1116 | ("'ø" ?ǿ) | ||
| 1117 | ("´/o" ?ǿ) | ||
| 1118 | ("'/o" ?ǿ) | ||
| 1119 | ("cH" ?Ȟ) | ||
| 1120 | ("ch" ?ȟ) | ||
| 1121 | (".A" ?Ȧ) | ||
| 1122 | (".a" ?ȧ) | ||
| 1123 | ("¸E" ?Ȩ) | ||
| 1124 | ("¸e" ?ȩ) | ||
| 1125 | ("¯Ö" ?Ȫ) | ||
| 1126 | ("_Ö" ?Ȫ) | ||
| 1127 | ("¯\"O" ?Ȫ) | ||
| 1128 | ("_\"O" ?Ȫ) | ||
| 1129 | ("¯ö" ?ȫ) | ||
| 1130 | ("_ö" ?ȫ) | ||
| 1131 | ("¯\"o" ?ȫ) | ||
| 1132 | ("_\"o" ?ȫ) | ||
| 1133 | ("¯Õ" ?Ȭ) | ||
| 1134 | ("_Õ" ?Ȭ) | ||
| 1135 | ("¯~O" ?Ȭ) | ||
| 1136 | ("_~O" ?Ȭ) | ||
| 1137 | ("¯õ" ?ȭ) | ||
| 1138 | ("_õ" ?ȭ) | ||
| 1139 | ("¯~o" ?ȭ) | ||
| 1140 | ("_~o" ?ȭ) | ||
| 1141 | (".O" ?Ȯ) | ||
| 1142 | (".o" ?ȯ) | ||
| 1143 | ("¯Ȯ" ?Ȱ) | ||
| 1144 | ("_Ȯ" ?Ȱ) | ||
| 1145 | ("¯.O" ?Ȱ) | ||
| 1146 | ("_.O" ?Ȱ) | ||
| 1147 | ("¯ȯ" ?ȱ) | ||
| 1148 | ("_ȯ" ?ȱ) | ||
| 1149 | ("¯.o" ?ȱ) | ||
| 1150 | ("_.o" ?ȱ) | ||
| 1151 | ("¯Y" ?Ȳ) | ||
| 1152 | ("_Y" ?Ȳ) | ||
| 1153 | ("¯y" ?ȳ) | ||
| 1154 | ("_y" ?ȳ) | ||
| 1155 | ("ee" ?ə) | ||
| 1156 | ("/i" ?ɨ) | ||
| 1157 | ("/ʔ" ?ʡ) | ||
| 1158 | ("^_h" ?ʰ) | ||
| 1159 | ("^_h" ?ʰ) | ||
| 1160 | ("^_ɦ" ?ʱ) | ||
| 1161 | ("^_ɦ" ?ʱ) | ||
| 1162 | ("^_j" ?ʲ) | ||
| 1163 | ("^_j" ?ʲ) | ||
| 1164 | ("^_r" ?ʳ) | ||
| 1165 | ("^_r" ?ʳ) | ||
| 1166 | ("^_ɹ" ?ʴ) | ||
| 1167 | ("^_ɹ" ?ʴ) | ||
| 1168 | ("^_ɻ" ?ʵ) | ||
| 1169 | ("^_ɻ" ?ʵ) | ||
| 1170 | ("^_ʁ" ?ʶ) | ||
| 1171 | ("^_ʁ" ?ʶ) | ||
| 1172 | ("^_w" ?ʷ) | ||
| 1173 | ("^_w" ?ʷ) | ||
| 1174 | ("^_y" ?ʸ) | ||
| 1175 | ("^_y" ?ʸ) | ||
| 1176 | ("^_ɣ" ?ˠ) | ||
| 1177 | ("^_ɣ" ?ˠ) | ||
| 1178 | ("^_l" ?ˡ) | ||
| 1179 | ("^_l" ?ˡ) | ||
| 1180 | ("^_s" ?ˢ) | ||
| 1181 | ("^_s" ?ˢ) | ||
| 1182 | ("^_x" ?ˣ) | ||
| 1183 | ("^_x" ?ˣ) | ||
| 1184 | ("^_ʕ" ?ˤ) | ||
| 1185 | ("^_ʕ" ?ˤ) | ||
| 1186 | ("\"´" ?̈́) | ||
| 1187 | ("\"'" ?̈́) | ||
| 1188 | ("¨´" ?΅) | ||
| 1189 | ("¨'" ?΅) | ||
| 1190 | ("'\" " ?΅) | ||
| 1191 | ("´Α" ?Ά) | ||
| 1192 | ("'Α" ?Ά) | ||
| 1193 | ("Α'" ?Ά) | ||
| 1194 | ("´Ε" ?Έ) | ||
| 1195 | ("'Ε" ?Έ) | ||
| 1196 | ("Ε'" ?Έ) | ||
| 1197 | ("´Η" ?Ή) | ||
| 1198 | ("'Η" ?Ή) | ||
| 1199 | ("Η'" ?Ή) | ||
| 1200 | ("´Ι" ?Ί) | ||
| 1201 | ("'Ι" ?Ί) | ||
| 1202 | ("Ι'" ?Ί) | ||
| 1203 | ("´Ο" ?Ό) | ||
| 1204 | ("'Ο" ?Ό) | ||
| 1205 | ("Ο'" ?Ό) | ||
| 1206 | ("´Υ" ?Ύ) | ||
| 1207 | ("'Υ" ?Ύ) | ||
| 1208 | ("Υ'" ?Ύ) | ||
| 1209 | ("´Ω" ?Ώ) | ||
| 1210 | ("'Ω" ?Ώ) | ||
| 1211 | ("Ω'" ?Ώ) | ||
| 1212 | ("´ϊ" ?ΐ) | ||
| 1213 | ("'ϊ" ?ΐ) | ||
| 1214 | ("´\"ι" ?ΐ) | ||
| 1215 | ("'\"ι" ?ΐ) | ||
| 1216 | ("\"Ι" ?Ϊ) | ||
| 1217 | ("Ι\"" ?Ϊ) | ||
| 1218 | ("\"Υ" ?Ϋ) | ||
| 1219 | ("Υ\"" ?Ϋ) | ||
| 1220 | ("´α" ?ά) | ||
| 1221 | ("'α" ?ά) | ||
| 1222 | ("α'" ?ά) | ||
| 1223 | ("´ε" ?έ) | ||
| 1224 | ("'ε" ?έ) | ||
| 1225 | ("ε'" ?έ) | ||
| 1226 | ("´η" ?ή) | ||
| 1227 | ("'η" ?ή) | ||
| 1228 | ("η'" ?ή) | ||
| 1229 | ("´ι" ?ί) | ||
| 1230 | ("'ι" ?ί) | ||
| 1231 | ("´ϋ" ?ΰ) | ||
| 1232 | ("'ϋ" ?ΰ) | ||
| 1233 | ("´\"υ" ?ΰ) | ||
| 1234 | ("'\"υ" ?ΰ) | ||
| 1235 | ("\"ι" ?ϊ) | ||
| 1236 | ("ι\"" ?ϊ) | ||
| 1237 | ("\"υ" ?ϋ) | ||
| 1238 | ("υ\"" ?ϋ) | ||
| 1239 | ("´ο" ?ό) | ||
| 1240 | ("'ο" ?ό) | ||
| 1241 | ("ο'" ?ό) | ||
| 1242 | ("´υ" ?ύ) | ||
| 1243 | ("'υ" ?ύ) | ||
| 1244 | ("υ'" ?ύ) | ||
| 1245 | ("´ω" ?ώ) | ||
| 1246 | ("'ω" ?ώ) | ||
| 1247 | ("ω'" ?ώ) | ||
| 1248 | ("\"ϒ" ?ϔ) | ||
| 1249 | ("`Е" ?Ѐ) | ||
| 1250 | ("\"Е" ?Ё) | ||
| 1251 | ("´Г" ?Ѓ) | ||
| 1252 | ("'Г" ?Ѓ) | ||
| 1253 | ("\"І" ?Ї) | ||
| 1254 | ("´К" ?Ќ) | ||
| 1255 | ("'К" ?Ќ) | ||
| 1256 | ("`И" ?Ѝ) | ||
| 1257 | ("UУ" ?Ў) | ||
| 1258 | ("bУ" ?Ў) | ||
| 1259 | ("UИ" ?Й) | ||
| 1260 | ("bИ" ?Й) | ||
| 1261 | ("Uи" ?й) | ||
| 1262 | ("bи" ?й) | ||
| 1263 | ("`е" ?ѐ) | ||
| 1264 | ("\"е" ?ё) | ||
| 1265 | ("´г" ?ѓ) | ||
| 1266 | ("'г" ?ѓ) | ||
| 1267 | ("\"і" ?ї) | ||
| 1268 | ("´к" ?ќ) | ||
| 1269 | ("'к" ?ќ) | ||
| 1270 | ("`и" ?ѝ) | ||
| 1271 | ("Uу" ?ў) | ||
| 1272 | ("bу" ?ў) | ||
| 1273 | ("/Г" ?Ғ) | ||
| 1274 | ("/г" ?ғ) | ||
| 1275 | ("/К" ?Ҟ) | ||
| 1276 | ("/к" ?ҟ) | ||
| 1277 | ("/Ү" ?Ұ) | ||
| 1278 | ("/ү" ?ұ) | ||
| 1279 | ("UЖ" ?Ӂ) | ||
| 1280 | ("bЖ" ?Ӂ) | ||
| 1281 | ("Uж" ?ӂ) | ||
| 1282 | ("bж" ?ӂ) | ||
| 1283 | ("UА" ?Ӑ) | ||
| 1284 | ("bА" ?Ӑ) | ||
| 1285 | ("Uа" ?ӑ) | ||
| 1286 | ("bа" ?ӑ) | ||
| 1287 | ("\"А" ?Ӓ) | ||
| 1288 | ("\"а" ?ӓ) | ||
| 1289 | ("UЕ" ?Ӗ) | ||
| 1290 | ("bЕ" ?Ӗ) | ||
| 1291 | ("Uе" ?ӗ) | ||
| 1292 | ("bе" ?ӗ) | ||
| 1293 | ("\"Ә" ?Ӛ) | ||
| 1294 | ("\"ә" ?ӛ) | ||
| 1295 | ("\"Ж" ?Ӝ) | ||
| 1296 | ("\"ж" ?ӝ) | ||
| 1297 | ("\"З" ?Ӟ) | ||
| 1298 | ("\"з" ?ӟ) | ||
| 1299 | ("¯И" ?Ӣ) | ||
| 1300 | ("_И" ?Ӣ) | ||
| 1301 | ("¯и" ?ӣ) | ||
| 1302 | ("_и" ?ӣ) | ||
| 1303 | ("\"И" ?Ӥ) | ||
| 1304 | ("\"и" ?ӥ) | ||
| 1305 | ("\"О" ?Ӧ) | ||
| 1306 | ("\"о" ?ӧ) | ||
| 1307 | ("\"Ө" ?Ӫ) | ||
| 1308 | ("\"ө" ?ӫ) | ||
| 1309 | ("\"Э" ?Ӭ) | ||
| 1310 | ("\"э" ?ӭ) | ||
| 1311 | ("¯У" ?Ӯ) | ||
| 1312 | ("_У" ?Ӯ) | ||
| 1313 | ("¯у" ?ӯ) | ||
| 1314 | ("_у" ?ӯ) | ||
| 1315 | ("\"У" ?Ӱ) | ||
| 1316 | ("\"у" ?ӱ) | ||
| 1317 | ("=У" ?Ӳ) | ||
| 1318 | ("=у" ?ӳ) | ||
| 1319 | ("\"Ч" ?Ӵ) | ||
| 1320 | ("\"ч" ?ӵ) | ||
| 1321 | ("\"Ы" ?Ӹ) | ||
| 1322 | ("\"ы" ?ӹ) | ||
| 1323 | ("ٓا" ?آ) | ||
| 1324 | ("ٔا" ?أ) | ||
| 1325 | ("ٔو" ?ؤ) | ||
| 1326 | ("ٕا" ?إ) | ||
| 1327 | ("ٔي" ?ئ) | ||
| 1328 | ("ٔە" ?ۀ) | ||
| 1329 | ("ٔہ" ?ۂ) | ||
| 1330 | ("ٔے" ?ۓ) | ||
| 1331 | ("़न" ?ऩ) | ||
| 1332 | ("़र" ?ऱ) | ||
| 1333 | ("़ळ" ?ऴ) | ||
| 1334 | ("़क" ?क़) | ||
| 1335 | ("़ख" ?ख़) | ||
| 1336 | ("़ग" ?ग़) | ||
| 1337 | ("़ज" ?ज़) | ||
| 1338 | ("़ड" ?ड़) | ||
| 1339 | ("़ढ" ?ढ़) | ||
| 1340 | ("़फ" ?फ़) | ||
| 1341 | ("़य" ?य़) | ||
| 1342 | ("ো" ?ো) | ||
| 1343 | ("ৌ" ?ৌ) | ||
| 1344 | ("়ড" ?ড়) | ||
| 1345 | ("়ঢ" ?ঢ়) | ||
| 1346 | ("়য" ?য়) | ||
| 1347 | ("਼ਲ" ?ਲ਼) | ||
| 1348 | ("਼ਸ" ?ਸ਼) | ||
| 1349 | ("਼ਖ" ?ਖ਼) | ||
| 1350 | ("਼ਗ" ?ਗ਼) | ||
| 1351 | ("਼ਜ" ?ਜ਼) | ||
| 1352 | ("਼ਫ" ?ਫ਼) | ||
| 1353 | ("ୈ" ?ୈ) | ||
| 1354 | ("ୋ" ?ୋ) | ||
| 1355 | ("ୌ" ?ୌ) | ||
| 1356 | ("଼ଡ" ?ଡ଼) | ||
| 1357 | ("଼ଢ" ?ଢ଼) | ||
| 1358 | ("ௗஒ" ?ஔ) | ||
| 1359 | ("ொ" ?ொ) | ||
| 1360 | ("ோ" ?ோ) | ||
| 1361 | ("ௌ" ?ௌ) | ||
| 1362 | ("ై" ?ై) | ||
| 1363 | ("ೀ" ?ೀ) | ||
| 1364 | ("ೇ" ?ೇ) | ||
| 1365 | ("ೈ" ?ೈ) | ||
| 1366 | ("ೊ" ?ೊ) | ||
| 1367 | ("ೋ" ?ೋ) | ||
| 1368 | ("ൊ" ?ൊ) | ||
| 1369 | ("ോ" ?ോ) | ||
| 1370 | ("ൌ" ?ൌ) | ||
| 1371 | ("ේ" ?ේ) | ||
| 1372 | ("ො" ?ො) | ||
| 1373 | ("ෝ" ?ෝ) | ||
| 1374 | ("ෞ" ?ෞ) | ||
| 1375 | ("ྷག" ?གྷ) | ||
| 1376 | ("ྷཌ" ?ཌྷ) | ||
| 1377 | ("ྷད" ?དྷ) | ||
| 1378 | ("ྷབ" ?བྷ) | ||
| 1379 | ("ྷཛ" ?ཛྷ) | ||
| 1380 | ("ྵཀ" ?ཀྵ) | ||
| 1381 | ("ཱི" ?ཱི) | ||
| 1382 | ("ཱུ" ?ཱུ) | ||
| 1383 | ("ྲྀ" ?ྲྀ) | ||
| 1384 | ("ླྀ" ?ླྀ) | ||
| 1385 | ("ཱྀ" ?ཱྀ) | ||
| 1386 | ("ྒྷ" ?ྒྷ) | ||
| 1387 | ("ྜྷ" ?ྜྷ) | ||
| 1388 | ("ྡྷ" ?ྡྷ) | ||
| 1389 | ("ྦྷ" ?ྦྷ) | ||
| 1390 | ("ྫྷ" ?ྫྷ) | ||
| 1391 | ("ྐྵ" ?ྐྵ) | ||
| 1392 | ("ီဥ" ?ဦ) | ||
| 1393 | (".B" ?Ḃ) | ||
| 1394 | ("B." ?Ḃ) | ||
| 1395 | (".b" ?ḃ) | ||
| 1396 | ("b." ?ḃ) | ||
| 1397 | ("!B" ?Ḅ) | ||
| 1398 | ("!b" ?ḅ) | ||
| 1399 | ("´Ç" ?Ḉ) | ||
| 1400 | ("'Ç" ?Ḉ) | ||
| 1401 | ("´,C" ?Ḉ) | ||
| 1402 | ("´¸C" ?Ḉ) | ||
| 1403 | ("'¸C" ?Ḉ) | ||
| 1404 | ("´ç" ?ḉ) | ||
| 1405 | ("'ç" ?ḉ) | ||
| 1406 | ("´,c" ?ḉ) | ||
| 1407 | ("´¸c" ?ḉ) | ||
| 1408 | ("'¸c" ?ḉ) | ||
| 1409 | (".D" ?Ḋ) | ||
| 1410 | ("D." ?Ḋ) | ||
| 1411 | (".d" ?ḋ) | ||
| 1412 | ("d." ?ḋ) | ||
| 1413 | ("!D" ?Ḍ) | ||
| 1414 | ("!d" ?ḍ) | ||
| 1415 | (",D" ?Ḑ) | ||
| 1416 | ("D," ?Ḑ) | ||
| 1417 | ("¸D" ?Ḑ) | ||
| 1418 | (",d" ?ḑ) | ||
| 1419 | ("d," ?ḑ) | ||
| 1420 | ("¸d" ?ḑ) | ||
| 1421 | ("`Ē" ?Ḕ) | ||
| 1422 | ("`¯E" ?Ḕ) | ||
| 1423 | ("`_E" ?Ḕ) | ||
| 1424 | ("`ē" ?ḕ) | ||
| 1425 | ("`¯e" ?ḕ) | ||
| 1426 | ("`_e" ?ḕ) | ||
| 1427 | ("´Ē" ?Ḗ) | ||
| 1428 | ("'Ē" ?Ḗ) | ||
| 1429 | ("´¯E" ?Ḗ) | ||
| 1430 | ("´_E" ?Ḗ) | ||
| 1431 | ("'¯E" ?Ḗ) | ||
| 1432 | ("'_E" ?Ḗ) | ||
| 1433 | ("´ē" ?ḗ) | ||
| 1434 | ("'ē" ?ḗ) | ||
| 1435 | ("´¯e" ?ḗ) | ||
| 1436 | ("´_e" ?ḗ) | ||
| 1437 | ("'¯e" ?ḗ) | ||
| 1438 | ("'_e" ?ḗ) | ||
| 1439 | ("UȨ" ?Ḝ) | ||
| 1440 | ("bȨ" ?Ḝ) | ||
| 1441 | ("U ,E" ?Ḝ) | ||
| 1442 | ("U¸E" ?Ḝ) | ||
| 1443 | ("b,E" ?Ḝ) | ||
| 1444 | ("b¸E" ?Ḝ) | ||
| 1445 | ("Uȩ" ?ḝ) | ||
| 1446 | ("bȩ" ?ḝ) | ||
| 1447 | ("U ,e" ?ḝ) | ||
| 1448 | ("U¸e" ?ḝ) | ||
| 1449 | ("b,e" ?ḝ) | ||
| 1450 | ("b¸e" ?ḝ) | ||
| 1451 | (".F" ?Ḟ) | ||
| 1452 | ("F." ?Ḟ) | ||
| 1453 | (".f" ?ḟ) | ||
| 1454 | ("f." ?ḟ) | ||
| 1455 | ("¯G" ?Ḡ) | ||
| 1456 | ("_G" ?Ḡ) | ||
| 1457 | ("¯g" ?ḡ) | ||
| 1458 | ("_g" ?ḡ) | ||
| 1459 | (".H" ?Ḣ) | ||
| 1460 | (".h" ?ḣ) | ||
| 1461 | ("!H" ?Ḥ) | ||
| 1462 | ("!h" ?ḥ) | ||
| 1463 | ("\"H" ?Ḧ) | ||
| 1464 | ("\"h" ?ḧ) | ||
| 1465 | (",H" ?Ḩ) | ||
| 1466 | ("H," ?Ḩ) | ||
| 1467 | ("¸H" ?Ḩ) | ||
| 1468 | (",h" ?ḩ) | ||
| 1469 | ("h," ?ḩ) | ||
| 1470 | ("¸h" ?ḩ) | ||
| 1471 | ("´Ï" ?Ḯ) | ||
| 1472 | ("'Ï" ?Ḯ) | ||
| 1473 | ("´\"I" ?Ḯ) | ||
| 1474 | ("'\"I" ?Ḯ) | ||
| 1475 | ("´ï" ?ḯ) | ||
| 1476 | ("'ï" ?ḯ) | ||
| 1477 | ("´\"i" ?ḯ) | ||
| 1478 | ("'\"i" ?ḯ) | ||
| 1479 | ("´K" ?Ḱ) | ||
| 1480 | ("'K" ?Ḱ) | ||
| 1481 | ("´k" ?ḱ) | ||
| 1482 | ("'k" ?ḱ) | ||
| 1483 | ("!K" ?Ḳ) | ||
| 1484 | ("!k" ?ḳ) | ||
| 1485 | ("!L" ?Ḷ) | ||
| 1486 | ("!l" ?ḷ) | ||
| 1487 | ("¯Ḷ" ?Ḹ) | ||
| 1488 | ("_Ḷ" ?Ḹ) | ||
| 1489 | ("¯!L" ?Ḹ) | ||
| 1490 | ("_!L" ?Ḹ) | ||
| 1491 | ("¯ḷ" ?ḹ) | ||
| 1492 | ("_ḷ" ?ḹ) | ||
| 1493 | ("¯!l" ?ḹ) | ||
| 1494 | ("_!l" ?ḹ) | ||
| 1495 | ("´M" ?Ḿ) | ||
| 1496 | ("'M" ?Ḿ) | ||
| 1497 | ("´m" ?ḿ) | ||
| 1498 | ("'m" ?ḿ) | ||
| 1499 | (".M" ?Ṁ) | ||
| 1500 | ("M." ?Ṁ) | ||
| 1501 | (".m" ?ṁ) | ||
| 1502 | ("m." ?ṁ) | ||
| 1503 | ("!M" ?Ṃ) | ||
| 1504 | ("!m" ?ṃ) | ||
| 1505 | (".N" ?Ṅ) | ||
| 1506 | (".n" ?ṅ) | ||
| 1507 | ("!N" ?Ṇ) | ||
| 1508 | ("!n" ?ṇ) | ||
| 1509 | ("´Õ" ?Ṍ) | ||
| 1510 | ("'Õ" ?Ṍ) | ||
| 1511 | ("´~O" ?Ṍ) | ||
| 1512 | ("'~O" ?Ṍ) | ||
| 1513 | ("´õ" ?ṍ) | ||
| 1514 | ("'õ" ?ṍ) | ||
| 1515 | ("´~o" ?ṍ) | ||
| 1516 | ("'~o" ?ṍ) | ||
| 1517 | ("\"Õ" ?Ṏ) | ||
| 1518 | ("\"~O" ?Ṏ) | ||
| 1519 | ("\"õ" ?ṏ) | ||
| 1520 | ("\"~o" ?ṏ) | ||
| 1521 | ("`Ō" ?Ṑ) | ||
| 1522 | ("`¯O" ?Ṑ) | ||
| 1523 | ("`_O" ?Ṑ) | ||
| 1524 | ("`ō" ?ṑ) | ||
| 1525 | ("`¯o" ?ṑ) | ||
| 1526 | ("`_o" ?ṑ) | ||
| 1527 | ("´Ō" ?Ṓ) | ||
| 1528 | ("'Ō" ?Ṓ) | ||
| 1529 | ("´¯O" ?Ṓ) | ||
| 1530 | ("´_O" ?Ṓ) | ||
| 1531 | ("'¯O" ?Ṓ) | ||
| 1532 | ("'_O" ?Ṓ) | ||
| 1533 | ("´ō" ?ṓ) | ||
| 1534 | ("'ō" ?ṓ) | ||
| 1535 | ("´¯o" ?ṓ) | ||
| 1536 | ("´_o" ?ṓ) | ||
| 1537 | ("'¯o" ?ṓ) | ||
| 1538 | ("'_o" ?ṓ) | ||
| 1539 | ("´P" ?Ṕ) | ||
| 1540 | ("'P" ?Ṕ) | ||
| 1541 | ("´p" ?ṕ) | ||
| 1542 | ("'p" ?ṕ) | ||
| 1543 | (".P" ?Ṗ) | ||
| 1544 | ("P." ?Ṗ) | ||
| 1545 | (".p" ?ṗ) | ||
| 1546 | ("p." ?ṗ) | ||
| 1547 | (".R" ?Ṙ) | ||
| 1548 | (".r" ?ṙ) | ||
| 1549 | ("!R" ?Ṛ) | ||
| 1550 | ("!r" ?ṛ) | ||
| 1551 | ("¯Ṛ" ?Ṝ) | ||
| 1552 | ("_Ṛ" ?Ṝ) | ||
| 1553 | ("¯!R" ?Ṝ) | ||
| 1554 | ("_!R" ?Ṝ) | ||
| 1555 | ("¯ṛ" ?ṝ) | ||
| 1556 | ("_ṛ" ?ṝ) | ||
| 1557 | ("¯!r" ?ṝ) | ||
| 1558 | ("_!r" ?ṝ) | ||
| 1559 | (".S" ?Ṡ) | ||
| 1560 | ("S." ?Ṡ) | ||
| 1561 | (".s" ?ṡ) | ||
| 1562 | ("s." ?ṡ) | ||
| 1563 | ("!S" ?Ṣ) | ||
| 1564 | ("!s" ?ṣ) | ||
| 1565 | (".Ś" ?Ṥ) | ||
| 1566 | (".´S" ?Ṥ) | ||
| 1567 | (".'S" ?Ṥ) | ||
| 1568 | (".ś" ?ṥ) | ||
| 1569 | (".´s" ?ṥ) | ||
| 1570 | (".'s" ?ṥ) | ||
| 1571 | (".Š" ?Ṧ) | ||
| 1572 | (".š" ?ṧ) | ||
| 1573 | (".Ṣ" ?Ṩ) | ||
| 1574 | (".!S" ?Ṩ) | ||
| 1575 | (".ṣ" ?ṩ) | ||
| 1576 | (".!s" ?ṩ) | ||
| 1577 | (".T" ?Ṫ) | ||
| 1578 | ("T." ?Ṫ) | ||
| 1579 | (".t" ?ṫ) | ||
| 1580 | ("t." ?ṫ) | ||
| 1581 | ("!T" ?Ṭ) | ||
| 1582 | ("!t" ?ṭ) | ||
| 1583 | ("´Ũ" ?Ṹ) | ||
| 1584 | ("'Ũ" ?Ṹ) | ||
| 1585 | ("´~U" ?Ṹ) | ||
| 1586 | ("'~U" ?Ṹ) | ||
| 1587 | ("´ũ" ?ṹ) | ||
| 1588 | ("'ũ" ?ṹ) | ||
| 1589 | ("´~u" ?ṹ) | ||
| 1590 | ("'~u" ?ṹ) | ||
| 1591 | ("\"Ū" ?Ṻ) | ||
| 1592 | ("\"¯U" ?Ṻ) | ||
| 1593 | ("\"_U" ?Ṻ) | ||
| 1594 | ("\"ū" ?ṻ) | ||
| 1595 | ("\"¯u" ?ṻ) | ||
| 1596 | ("\"_u" ?ṻ) | ||
| 1597 | ("~V" ?Ṽ) | ||
| 1598 | ("~v" ?ṽ) | ||
| 1599 | ("!V" ?Ṿ) | ||
| 1600 | ("!v" ?ṿ) | ||
| 1601 | ("`W" ?Ẁ) | ||
| 1602 | ("`w" ?ẁ) | ||
| 1603 | ("´W" ?Ẃ) | ||
| 1604 | ("'W" ?Ẃ) | ||
| 1605 | ("´w" ?ẃ) | ||
| 1606 | ("'w" ?ẃ) | ||
| 1607 | ("\"W" ?Ẅ) | ||
| 1608 | ("\"w" ?ẅ) | ||
| 1609 | (".W" ?Ẇ) | ||
| 1610 | (".w" ?ẇ) | ||
| 1611 | ("!W" ?Ẉ) | ||
| 1612 | ("!w" ?ẉ) | ||
| 1613 | (".X" ?Ẋ) | ||
| 1614 | (".x" ?ẋ) | ||
| 1615 | ("\"X" ?Ẍ) | ||
| 1616 | ("\"x" ?ẍ) | ||
| 1617 | (".Y" ?Ẏ) | ||
| 1618 | (".y" ?ẏ) | ||
| 1619 | ("^Z" ?Ẑ) | ||
| 1620 | ("^z" ?ẑ) | ||
| 1621 | ("!Z" ?Ẓ) | ||
| 1622 | ("!z" ?ẓ) | ||
| 1623 | ("\"t" ?ẗ) | ||
| 1624 | ("ow" ?ẘ) | ||
| 1625 | ("oy" ?ẙ) | ||
| 1626 | (".ſ" ?ẛ) | ||
| 1627 | ("!A" ?Ạ) | ||
| 1628 | ("!a" ?ạ) | ||
| 1629 | ("?A" ?Ả) | ||
| 1630 | ("?a" ?ả) | ||
| 1631 | ("´Â" ?Ấ) | ||
| 1632 | ("'Â" ?Ấ) | ||
| 1633 | ("´^A" ?Ấ) | ||
| 1634 | ("'^A" ?Ấ) | ||
| 1635 | ("´â" ?ấ) | ||
| 1636 | ("'â" ?ấ) | ||
| 1637 | ("´^a" ?ấ) | ||
| 1638 | ("'^a" ?ấ) | ||
| 1639 | ("`Â" ?Ầ) | ||
| 1640 | ("`^A" ?Ầ) | ||
| 1641 | ("`â" ?ầ) | ||
| 1642 | ("`^a" ?ầ) | ||
| 1643 | ("?Â" ?Ẩ) | ||
| 1644 | ("?^A" ?Ẩ) | ||
| 1645 | ("?â" ?ẩ) | ||
| 1646 | ("?^a" ?ẩ) | ||
| 1647 | ("~Â" ?Ẫ) | ||
| 1648 | ("~^A" ?Ẫ) | ||
| 1649 | ("~â" ?ẫ) | ||
| 1650 | ("~^a" ?ẫ) | ||
| 1651 | ("^Ạ" ?Ậ) | ||
| 1652 | ("^!A" ?Ậ) | ||
| 1653 | ("^ạ" ?ậ) | ||
| 1654 | ("^!a" ?ậ) | ||
| 1655 | ("´Ă" ?Ắ) | ||
| 1656 | ("'Ă" ?Ắ) | ||
| 1657 | ("´bA" ?Ắ) | ||
| 1658 | ("'bA" ?Ắ) | ||
| 1659 | ("´ă" ?ắ) | ||
| 1660 | ("'ă" ?ắ) | ||
| 1661 | ("´ba" ?ắ) | ||
| 1662 | ("'ba" ?ắ) | ||
| 1663 | ("`Ă" ?Ằ) | ||
| 1664 | ("`bA" ?Ằ) | ||
| 1665 | ("`ă" ?ằ) | ||
| 1666 | ("`ba" ?ằ) | ||
| 1667 | ("?Ă" ?Ẳ) | ||
| 1668 | ("?bA" ?Ẳ) | ||
| 1669 | ("?ă" ?ẳ) | ||
| 1670 | ("?ba" ?ẳ) | ||
| 1671 | ("~Ă" ?Ẵ) | ||
| 1672 | ("~bA" ?Ẵ) | ||
| 1673 | ("~ă" ?ẵ) | ||
| 1674 | ("~ba" ?ẵ) | ||
| 1675 | ("UẠ" ?Ặ) | ||
| 1676 | ("bẠ" ?Ặ) | ||
| 1677 | ("U!A" ?Ặ) | ||
| 1678 | ("b!A" ?Ặ) | ||
| 1679 | ("Uạ" ?ặ) | ||
| 1680 | ("bạ" ?ặ) | ||
| 1681 | ("U!a" ?ặ) | ||
| 1682 | ("b!a" ?ặ) | ||
| 1683 | ("!E" ?Ẹ) | ||
| 1684 | ("!e" ?ẹ) | ||
| 1685 | ("?E" ?Ẻ) | ||
| 1686 | ("?e" ?ẻ) | ||
| 1687 | ("~E" ?Ẽ) | ||
| 1688 | ("~e" ?ẽ) | ||
| 1689 | ("´Ê" ?Ế) | ||
| 1690 | ("'Ê" ?Ế) | ||
| 1691 | ("´^E" ?Ế) | ||
| 1692 | ("'^E" ?Ế) | ||
| 1693 | ("´ê" ?ế) | ||
| 1694 | ("'ê" ?ế) | ||
| 1695 | ("´^e" ?ế) | ||
| 1696 | ("'^e" ?ế) | ||
| 1697 | ("`Ê" ?Ề) | ||
| 1698 | ("`^E" ?Ề) | ||
| 1699 | ("`ê" ?ề) | ||
| 1700 | ("`^e" ?ề) | ||
| 1701 | ("?Ê" ?Ể) | ||
| 1702 | ("?^E" ?Ể) | ||
| 1703 | ("?ê" ?ể) | ||
| 1704 | ("?^e" ?ể) | ||
| 1705 | ("~Ê" ?Ễ) | ||
| 1706 | ("~^E" ?Ễ) | ||
| 1707 | ("~ê" ?ễ) | ||
| 1708 | ("~^e" ?ễ) | ||
| 1709 | ("^Ẹ" ?Ệ) | ||
| 1710 | ("^!E" ?Ệ) | ||
| 1711 | ("^ẹ" ?ệ) | ||
| 1712 | ("^!e" ?ệ) | ||
| 1713 | ("?I" ?Ỉ) | ||
| 1714 | ("?i" ?ỉ) | ||
| 1715 | ("!I" ?Ị) | ||
| 1716 | ("!i" ?ị) | ||
| 1717 | ("!O" ?Ọ) | ||
| 1718 | ("!o" ?ọ) | ||
| 1719 | ("?O" ?Ỏ) | ||
| 1720 | ("?o" ?ỏ) | ||
| 1721 | ("´Ô" ?Ố) | ||
| 1722 | ("'Ô" ?Ố) | ||
| 1723 | ("´^O" ?Ố) | ||
| 1724 | ("'^O" ?Ố) | ||
| 1725 | ("´ô" ?ố) | ||
| 1726 | ("'ô" ?ố) | ||
| 1727 | ("´^o" ?ố) | ||
| 1728 | ("'^o" ?ố) | ||
| 1729 | ("`Ô" ?Ồ) | ||
| 1730 | ("`^O" ?Ồ) | ||
| 1731 | ("`ô" ?ồ) | ||
| 1732 | ("`^o" ?ồ) | ||
| 1733 | ("?Ô" ?Ổ) | ||
| 1734 | ("?^O" ?Ổ) | ||
| 1735 | ("?ô" ?ổ) | ||
| 1736 | ("?^o" ?ổ) | ||
| 1737 | ("~Ô" ?Ỗ) | ||
| 1738 | ("~^O" ?Ỗ) | ||
| 1739 | ("~ô" ?ỗ) | ||
| 1740 | ("~^o" ?ỗ) | ||
| 1741 | ("^Ọ" ?Ộ) | ||
| 1742 | ("^!O" ?Ộ) | ||
| 1743 | ("^ọ" ?ộ) | ||
| 1744 | ("^!o" ?ộ) | ||
| 1745 | ("´Ơ" ?Ớ) | ||
| 1746 | ("'Ơ" ?Ớ) | ||
| 1747 | ("´+O" ?Ớ) | ||
| 1748 | ("'+O" ?Ớ) | ||
| 1749 | ("´ơ" ?ớ) | ||
| 1750 | ("'ơ" ?ớ) | ||
| 1751 | ("´+o" ?ớ) | ||
| 1752 | ("'+o" ?ớ) | ||
| 1753 | ("`Ơ" ?Ờ) | ||
| 1754 | ("`+O" ?Ờ) | ||
| 1755 | ("`ơ" ?ờ) | ||
| 1756 | ("`+o" ?ờ) | ||
| 1757 | ("?Ơ" ?Ở) | ||
| 1758 | ("?+O" ?Ở) | ||
| 1759 | ("?ơ" ?ở) | ||
| 1760 | ("?+o" ?ở) | ||
| 1761 | ("~Ơ" ?Ỡ) | ||
| 1762 | ("~+O" ?Ỡ) | ||
| 1763 | ("~ơ" ?ỡ) | ||
| 1764 | ("~+o" ?ỡ) | ||
| 1765 | ("!Ơ" ?Ợ) | ||
| 1766 | ("!+O" ?Ợ) | ||
| 1767 | ("!ơ" ?ợ) | ||
| 1768 | ("!+o" ?ợ) | ||
| 1769 | ("!U" ?Ụ) | ||
| 1770 | ("!u" ?ụ) | ||
| 1771 | ("?U" ?Ủ) | ||
| 1772 | ("?u" ?ủ) | ||
| 1773 | ("´Ư" ?Ứ) | ||
| 1774 | ("'Ư" ?Ứ) | ||
| 1775 | ("´+U" ?Ứ) | ||
| 1776 | ("'+U" ?Ứ) | ||
| 1777 | ("´ư" ?ứ) | ||
| 1778 | ("'ư" ?ứ) | ||
| 1779 | ("´+u" ?ứ) | ||
| 1780 | ("'+u" ?ứ) | ||
| 1781 | ("`Ư" ?Ừ) | ||
| 1782 | ("`+U" ?Ừ) | ||
| 1783 | ("`ư" ?ừ) | ||
| 1784 | ("`+u" ?ừ) | ||
| 1785 | ("?Ư" ?Ử) | ||
| 1786 | ("?+U" ?Ử) | ||
| 1787 | ("?ư" ?ử) | ||
| 1788 | ("?+u" ?ử) | ||
| 1789 | ("~Ư" ?Ữ) | ||
| 1790 | ("~+U" ?Ữ) | ||
| 1791 | ("~ư" ?ữ) | ||
| 1792 | ("~+u" ?ữ) | ||
| 1793 | ("!Ư" ?Ự) | ||
| 1794 | ("!+U" ?Ự) | ||
| 1795 | ("!ư" ?ự) | ||
| 1796 | ("!+u" ?ự) | ||
| 1797 | ("`Y" ?Ỳ) | ||
| 1798 | ("`y" ?ỳ) | ||
| 1799 | ("!Y" ?Ỵ) | ||
| 1800 | ("!y" ?ỵ) | ||
| 1801 | ("?Y" ?Ỷ) | ||
| 1802 | ("?y" ?ỷ) | ||
| 1803 | ("~Y" ?Ỹ) | ||
| 1804 | ("~y" ?ỹ) | ||
| 1805 | (")α" ?ἀ) | ||
| 1806 | ("(α" ?ἁ) | ||
| 1807 | ("`ἀ" ?ἂ) | ||
| 1808 | ("`)α" ?ἂ) | ||
| 1809 | ("`ἁ" ?ἃ) | ||
| 1810 | ("`(α" ?ἃ) | ||
| 1811 | ("´ἀ" ?ἄ) | ||
| 1812 | ("'ἀ" ?ἄ) | ||
| 1813 | ("´)α" ?ἄ) | ||
| 1814 | ("')α" ?ἄ) | ||
| 1815 | ("´ἁ" ?ἅ) | ||
| 1816 | ("'ἁ" ?ἅ) | ||
| 1817 | ("´(α" ?ἅ) | ||
| 1818 | ("'(α" ?ἅ) | ||
| 1819 | ("~ἀ" ?ἆ) | ||
| 1820 | ("~)α" ?ἆ) | ||
| 1821 | ("~ἁ" ?ἇ) | ||
| 1822 | ("~(α" ?ἇ) | ||
| 1823 | (")Α" ?Ἀ) | ||
| 1824 | ("(Α" ?Ἁ) | ||
| 1825 | ("`Ἀ" ?Ἂ) | ||
| 1826 | ("`)Α" ?Ἂ) | ||
| 1827 | ("`Ἁ" ?Ἃ) | ||
| 1828 | ("`(Α" ?Ἃ) | ||
| 1829 | ("´Ἀ" ?Ἄ) | ||
| 1830 | ("'Ἀ" ?Ἄ) | ||
| 1831 | ("´)Α" ?Ἄ) | ||
| 1832 | ("')Α" ?Ἄ) | ||
| 1833 | ("´Ἁ" ?Ἅ) | ||
| 1834 | ("'Ἁ" ?Ἅ) | ||
| 1835 | ("´(Α" ?Ἅ) | ||
| 1836 | ("'(Α" ?Ἅ) | ||
| 1837 | ("~Ἀ" ?Ἆ) | ||
| 1838 | ("~)Α" ?Ἆ) | ||
| 1839 | ("~Ἁ" ?Ἇ) | ||
| 1840 | ("~(Α" ?Ἇ) | ||
| 1841 | (")ε" ?ἐ) | ||
| 1842 | ("(ε" ?ἑ) | ||
| 1843 | ("`ἐ" ?ἒ) | ||
| 1844 | ("`)ε" ?ἒ) | ||
| 1845 | ("`ἑ" ?ἓ) | ||
| 1846 | ("`(ε" ?ἓ) | ||
| 1847 | ("´ἐ" ?ἔ) | ||
| 1848 | ("'ἐ" ?ἔ) | ||
| 1849 | ("´)ε" ?ἔ) | ||
| 1850 | ("')ε" ?ἔ) | ||
| 1851 | ("´ἑ" ?ἕ) | ||
| 1852 | ("'ἑ" ?ἕ) | ||
| 1853 | ("´(ε" ?ἕ) | ||
| 1854 | ("'(ε" ?ἕ) | ||
| 1855 | (")Ε" ?Ἐ) | ||
| 1856 | ("(Ε" ?Ἑ) | ||
| 1857 | ("`Ἐ" ?Ἒ) | ||
| 1858 | ("`)Ε" ?Ἒ) | ||
| 1859 | ("`Ἑ" ?Ἓ) | ||
| 1860 | ("`(Ε" ?Ἓ) | ||
| 1861 | ("´Ἐ" ?Ἔ) | ||
| 1862 | ("'Ἐ" ?Ἔ) | ||
| 1863 | ("´)Ε" ?Ἔ) | ||
| 1864 | ("')Ε" ?Ἔ) | ||
| 1865 | ("´Ἑ" ?Ἕ) | ||
| 1866 | ("'Ἑ" ?Ἕ) | ||
| 1867 | ("´(Ε" ?Ἕ) | ||
| 1868 | ("'(Ε" ?Ἕ) | ||
| 1869 | (")η" ?ἠ) | ||
| 1870 | ("(η" ?ἡ) | ||
| 1871 | ("`ἠ" ?ἢ) | ||
| 1872 | ("`)η" ?ἢ) | ||
| 1873 | ("`ἡ" ?ἣ) | ||
| 1874 | ("`(η" ?ἣ) | ||
| 1875 | ("´ἠ" ?ἤ) | ||
| 1876 | ("'ἠ" ?ἤ) | ||
| 1877 | ("´)η" ?ἤ) | ||
| 1878 | ("')η" ?ἤ) | ||
| 1879 | ("´ἡ" ?ἥ) | ||
| 1880 | ("'ἡ" ?ἥ) | ||
| 1881 | ("´(η" ?ἥ) | ||
| 1882 | ("'(η" ?ἥ) | ||
| 1883 | ("~ἠ" ?ἦ) | ||
| 1884 | ("~)η" ?ἦ) | ||
| 1885 | ("~ἡ" ?ἧ) | ||
| 1886 | ("~(η" ?ἧ) | ||
| 1887 | (")Η" ?Ἠ) | ||
| 1888 | ("(Η" ?Ἡ) | ||
| 1889 | ("`Ἠ" ?Ἢ) | ||
| 1890 | ("`)Η" ?Ἢ) | ||
| 1891 | ("`Ἡ" ?Ἣ) | ||
| 1892 | ("`(Η" ?Ἣ) | ||
| 1893 | ("´Ἠ" ?Ἤ) | ||
| 1894 | ("'Ἠ" ?Ἤ) | ||
| 1895 | ("´)Η" ?Ἤ) | ||
| 1896 | ("')Η" ?Ἤ) | ||
| 1897 | ("´Ἡ" ?Ἥ) | ||
| 1898 | ("'Ἡ" ?Ἥ) | ||
| 1899 | ("´(Η" ?Ἥ) | ||
| 1900 | ("'(Η" ?Ἥ) | ||
| 1901 | ("~Ἠ" ?Ἦ) | ||
| 1902 | ("~)Η" ?Ἦ) | ||
| 1903 | ("~Ἡ" ?Ἧ) | ||
| 1904 | ("~(Η" ?Ἧ) | ||
| 1905 | (")ι" ?ἰ) | ||
| 1906 | ("(ι" ?ἱ) | ||
| 1907 | ("`ἰ" ?ἲ) | ||
| 1908 | ("`)ι" ?ἲ) | ||
| 1909 | ("`ἱ" ?ἳ) | ||
| 1910 | ("`(ι" ?ἳ) | ||
| 1911 | ("´ἰ" ?ἴ) | ||
| 1912 | ("'ἰ" ?ἴ) | ||
| 1913 | ("´)ι" ?ἴ) | ||
| 1914 | ("')ι" ?ἴ) | ||
| 1915 | ("´ἱ" ?ἵ) | ||
| 1916 | ("'ἱ" ?ἵ) | ||
| 1917 | ("´(ι" ?ἵ) | ||
| 1918 | ("'(ι" ?ἵ) | ||
| 1919 | ("~ἰ" ?ἶ) | ||
| 1920 | ("~)ι" ?ἶ) | ||
| 1921 | ("~ἱ" ?ἷ) | ||
| 1922 | ("~(ι" ?ἷ) | ||
| 1923 | (")Ι" ?Ἰ) | ||
| 1924 | ("(Ι" ?Ἱ) | ||
| 1925 | ("`Ἰ" ?Ἲ) | ||
| 1926 | ("`)Ι" ?Ἲ) | ||
| 1927 | ("`Ἱ" ?Ἳ) | ||
| 1928 | ("`(Ι" ?Ἳ) | ||
| 1929 | ("´Ἰ" ?Ἴ) | ||
| 1930 | ("'Ἰ" ?Ἴ) | ||
| 1931 | ("´)Ι" ?Ἴ) | ||
| 1932 | ("')Ι" ?Ἴ) | ||
| 1933 | ("´Ἱ" ?Ἵ) | ||
| 1934 | ("'Ἱ" ?Ἵ) | ||
| 1935 | ("´(Ι" ?Ἵ) | ||
| 1936 | ("'(Ι" ?Ἵ) | ||
| 1937 | ("~Ἰ" ?Ἶ) | ||
| 1938 | ("~)Ι" ?Ἶ) | ||
| 1939 | ("~Ἱ" ?Ἷ) | ||
| 1940 | ("~(Ι" ?Ἷ) | ||
| 1941 | (")ο" ?ὀ) | ||
| 1942 | ("(ο" ?ὁ) | ||
| 1943 | ("`ὀ" ?ὂ) | ||
| 1944 | ("`)ο" ?ὂ) | ||
| 1945 | ("`ὁ" ?ὃ) | ||
| 1946 | ("`(ο" ?ὃ) | ||
| 1947 | ("´ὀ" ?ὄ) | ||
| 1948 | ("'ὀ" ?ὄ) | ||
| 1949 | ("´)ο" ?ὄ) | ||
| 1950 | ("')ο" ?ὄ) | ||
| 1951 | ("´ὁ" ?ὅ) | ||
| 1952 | ("'ὁ" ?ὅ) | ||
| 1953 | ("´(ο" ?ὅ) | ||
| 1954 | ("'(ο" ?ὅ) | ||
| 1955 | (")Ο" ?Ὀ) | ||
| 1956 | ("(Ο" ?Ὁ) | ||
| 1957 | ("`Ὀ" ?Ὂ) | ||
| 1958 | ("`)Ο" ?Ὂ) | ||
| 1959 | ("`Ὁ" ?Ὃ) | ||
| 1960 | ("`(Ο" ?Ὃ) | ||
| 1961 | ("´Ὀ" ?Ὄ) | ||
| 1962 | ("'Ὀ" ?Ὄ) | ||
| 1963 | ("´)Ο" ?Ὄ) | ||
| 1964 | ("')Ο" ?Ὄ) | ||
| 1965 | ("´Ὁ" ?Ὅ) | ||
| 1966 | ("'Ὁ" ?Ὅ) | ||
| 1967 | ("´(Ο" ?Ὅ) | ||
| 1968 | ("'(Ο" ?Ὅ) | ||
| 1969 | (")υ" ?ὐ) | ||
| 1970 | ("(υ" ?ὑ) | ||
| 1971 | ("`ὐ" ?ὒ) | ||
| 1972 | ("`)υ" ?ὒ) | ||
| 1973 | ("`ὑ" ?ὓ) | ||
| 1974 | ("`(υ" ?ὓ) | ||
| 1975 | ("´ὐ" ?ὔ) | ||
| 1976 | ("'ὐ" ?ὔ) | ||
| 1977 | ("´)υ" ?ὔ) | ||
| 1978 | ("')υ" ?ὔ) | ||
| 1979 | ("´ὑ" ?ὕ) | ||
| 1980 | ("'ὑ" ?ὕ) | ||
| 1981 | ("´(υ" ?ὕ) | ||
| 1982 | ("'(υ" ?ὕ) | ||
| 1983 | ("~ὐ" ?ὖ) | ||
| 1984 | ("~)υ" ?ὖ) | ||
| 1985 | ("~ὑ" ?ὗ) | ||
| 1986 | ("~(υ" ?ὗ) | ||
| 1987 | ("(Υ" ?Ὑ) | ||
| 1988 | ("`Ὑ" ?Ὓ) | ||
| 1989 | ("`(Υ" ?Ὓ) | ||
| 1990 | ("´Ὑ" ?Ὕ) | ||
| 1991 | ("'Ὑ" ?Ὕ) | ||
| 1992 | ("´(Υ" ?Ὕ) | ||
| 1993 | ("'(Υ" ?Ὕ) | ||
| 1994 | ("~Ὑ" ?Ὗ) | ||
| 1995 | ("~(Υ" ?Ὗ) | ||
| 1996 | (")ω" ?ὠ) | ||
| 1997 | ("(ω" ?ὡ) | ||
| 1998 | ("`ὠ" ?ὢ) | ||
| 1999 | ("`)ω" ?ὢ) | ||
| 2000 | ("`ὡ" ?ὣ) | ||
| 2001 | ("`(ω" ?ὣ) | ||
| 2002 | ("´ὠ" ?ὤ) | ||
| 2003 | ("'ὠ" ?ὤ) | ||
| 2004 | ("´)ω" ?ὤ) | ||
| 2005 | ("')ω" ?ὤ) | ||
| 2006 | ("´ὡ" ?ὥ) | ||
| 2007 | ("'ὡ" ?ὥ) | ||
| 2008 | ("´(ω" ?ὥ) | ||
| 2009 | ("'(ω" ?ὥ) | ||
| 2010 | ("~ὠ" ?ὦ) | ||
| 2011 | ("~)ω" ?ὦ) | ||
| 2012 | ("~ὡ" ?ὧ) | ||
| 2013 | ("~(ω" ?ὧ) | ||
| 2014 | (")Ω" ?Ὠ) | ||
| 2015 | ("(Ω" ?Ὡ) | ||
| 2016 | ("`Ὠ" ?Ὢ) | ||
| 2017 | ("`)Ω" ?Ὢ) | ||
| 2018 | ("`Ὡ" ?Ὣ) | ||
| 2019 | ("`(Ω" ?Ὣ) | ||
| 2020 | ("´Ὠ" ?Ὤ) | ||
| 2021 | ("'Ὠ" ?Ὤ) | ||
| 2022 | ("´)Ω" ?Ὤ) | ||
| 2023 | ("')Ω" ?Ὤ) | ||
| 2024 | ("´Ὡ" ?Ὥ) | ||
| 2025 | ("'Ὡ" ?Ὥ) | ||
| 2026 | ("´(Ω" ?Ὥ) | ||
| 2027 | ("'(Ω" ?Ὥ) | ||
| 2028 | ("~Ὠ" ?Ὦ) | ||
| 2029 | ("~)Ω" ?Ὦ) | ||
| 2030 | ("~Ὡ" ?Ὧ) | ||
| 2031 | ("~(Ω" ?Ὧ) | ||
| 2032 | ("`α" ?ὰ) | ||
| 2033 | ("`ε" ?ὲ) | ||
| 2034 | ("`η" ?ὴ) | ||
| 2035 | ("`ι" ?ὶ) | ||
| 2036 | ("`ο" ?ὸ) | ||
| 2037 | ("`υ" ?ὺ) | ||
| 2038 | ("`ω" ?ὼ) | ||
| 2039 | ("ιἀ" ?ᾀ) | ||
| 2040 | ("ι)α" ?ᾀ) | ||
| 2041 | ("ιἁ" ?ᾁ) | ||
| 2042 | ("ι(α" ?ᾁ) | ||
| 2043 | ("ιἂ" ?ᾂ) | ||
| 2044 | ("ι`ἀ" ?ᾂ) | ||
| 2045 | ("ι`)α" ?ᾂ) | ||
| 2046 | ("ιἃ" ?ᾃ) | ||
| 2047 | ("ι`ἁ" ?ᾃ) | ||
| 2048 | ("ι`(α" ?ᾃ) | ||
| 2049 | ("ιἄ" ?ᾄ) | ||
| 2050 | ("ι´ἀ" ?ᾄ) | ||
| 2051 | ("ι'ἀ" ?ᾄ) | ||
| 2052 | ("ι´)α" ?ᾄ) | ||
| 2053 | ("ι')α" ?ᾄ) | ||
| 2054 | ("ιἅ" ?ᾅ) | ||
| 2055 | ("ι´ἁ" ?ᾅ) | ||
| 2056 | ("ι'ἁ" ?ᾅ) | ||
| 2057 | ("ι´(α" ?ᾅ) | ||
| 2058 | ("ι'(α" ?ᾅ) | ||
| 2059 | ("ιἆ" ?ᾆ) | ||
| 2060 | ("ι~ἀ" ?ᾆ) | ||
| 2061 | ("ι~)α" ?ᾆ) | ||
| 2062 | ("ιἇ" ?ᾇ) | ||
| 2063 | ("ι~ἁ" ?ᾇ) | ||
| 2064 | ("ι~(α" ?ᾇ) | ||
| 2065 | ("ιἈ" ?ᾈ) | ||
| 2066 | ("ι)Α" ?ᾈ) | ||
| 2067 | ("ιἉ" ?ᾉ) | ||
| 2068 | ("ι(Α" ?ᾉ) | ||
| 2069 | ("ιἊ" ?ᾊ) | ||
| 2070 | ("ι`Ἀ" ?ᾊ) | ||
| 2071 | ("ι`)Α" ?ᾊ) | ||
| 2072 | ("ιἋ" ?ᾋ) | ||
| 2073 | ("ι`Ἁ" ?ᾋ) | ||
| 2074 | ("ι`(Α" ?ᾋ) | ||
| 2075 | ("ιἌ" ?ᾌ) | ||
| 2076 | ("ι´Ἀ" ?ᾌ) | ||
| 2077 | ("ι'Ἀ" ?ᾌ) | ||
| 2078 | ("ι´)Α" ?ᾌ) | ||
| 2079 | ("ι')Α" ?ᾌ) | ||
| 2080 | ("ιἍ" ?ᾍ) | ||
| 2081 | ("ι´Ἁ" ?ᾍ) | ||
| 2082 | ("ι'Ἁ" ?ᾍ) | ||
| 2083 | ("ι´(Α" ?ᾍ) | ||
| 2084 | ("ι'(Α" ?ᾍ) | ||
| 2085 | ("ιἎ" ?ᾎ) | ||
| 2086 | ("ι~Ἀ" ?ᾎ) | ||
| 2087 | ("ι~)Α" ?ᾎ) | ||
| 2088 | ("ιἏ" ?ᾏ) | ||
| 2089 | ("ι~Ἁ" ?ᾏ) | ||
| 2090 | ("ι~(Α" ?ᾏ) | ||
| 2091 | ("ιἠ" ?ᾐ) | ||
| 2092 | ("ι)η" ?ᾐ) | ||
| 2093 | ("ιἡ" ?ᾑ) | ||
| 2094 | ("ι(η" ?ᾑ) | ||
| 2095 | ("ιἢ" ?ᾒ) | ||
| 2096 | ("ι`ἠ" ?ᾒ) | ||
| 2097 | ("ι`)η" ?ᾒ) | ||
| 2098 | ("ιἣ" ?ᾓ) | ||
| 2099 | ("ι`ἡ" ?ᾓ) | ||
| 2100 | ("ι`(η" ?ᾓ) | ||
| 2101 | ("ιἤ" ?ᾔ) | ||
| 2102 | ("ι´ἠ" ?ᾔ) | ||
| 2103 | ("ι'ἠ" ?ᾔ) | ||
| 2104 | ("ι´)η" ?ᾔ) | ||
| 2105 | ("ι')η" ?ᾔ) | ||
| 2106 | ("ιἥ" ?ᾕ) | ||
| 2107 | ("ι´ἡ" ?ᾕ) | ||
| 2108 | ("ι'ἡ" ?ᾕ) | ||
| 2109 | ("ι´(η" ?ᾕ) | ||
| 2110 | ("ι'(η" ?ᾕ) | ||
| 2111 | ("ιἦ" ?ᾖ) | ||
| 2112 | ("ι~ἠ" ?ᾖ) | ||
| 2113 | ("ι~)η" ?ᾖ) | ||
| 2114 | ("ιἧ" ?ᾗ) | ||
| 2115 | ("ι~ἡ" ?ᾗ) | ||
| 2116 | ("ι~(η" ?ᾗ) | ||
| 2117 | ("ιἨ" ?ᾘ) | ||
| 2118 | ("ι)Η" ?ᾘ) | ||
| 2119 | ("ιἩ" ?ᾙ) | ||
| 2120 | ("ι(Η" ?ᾙ) | ||
| 2121 | ("ιἪ" ?ᾚ) | ||
| 2122 | ("ι`Ἠ" ?ᾚ) | ||
| 2123 | ("ι`)Η" ?ᾚ) | ||
| 2124 | ("ιἫ" ?ᾛ) | ||
| 2125 | ("ι`Ἡ" ?ᾛ) | ||
| 2126 | ("ι`(Η" ?ᾛ) | ||
| 2127 | ("ιἬ" ?ᾜ) | ||
| 2128 | ("ι´Ἠ" ?ᾜ) | ||
| 2129 | ("ι'Ἠ" ?ᾜ) | ||
| 2130 | ("ι´)Η" ?ᾜ) | ||
| 2131 | ("ι')Η" ?ᾜ) | ||
| 2132 | ("ιἭ" ?ᾝ) | ||
| 2133 | ("ι´Ἡ" ?ᾝ) | ||
| 2134 | ("ι'Ἡ" ?ᾝ) | ||
| 2135 | ("ι´(Η" ?ᾝ) | ||
| 2136 | ("ι'(Η" ?ᾝ) | ||
| 2137 | ("ιἮ" ?ᾞ) | ||
| 2138 | ("ι~Ἠ" ?ᾞ) | ||
| 2139 | ("ι~)Η" ?ᾞ) | ||
| 2140 | ("ιἯ" ?ᾟ) | ||
| 2141 | ("ι~Ἡ" ?ᾟ) | ||
| 2142 | ("ι~(Η" ?ᾟ) | ||
| 2143 | ("ιὠ" ?ᾠ) | ||
| 2144 | ("ι)ω" ?ᾠ) | ||
| 2145 | ("ιὡ" ?ᾡ) | ||
| 2146 | ("ι(ω" ?ᾡ) | ||
| 2147 | ("ιὢ" ?ᾢ) | ||
| 2148 | ("ι`ὠ" ?ᾢ) | ||
| 2149 | ("ι`)ω" ?ᾢ) | ||
| 2150 | ("ιὣ" ?ᾣ) | ||
| 2151 | ("ι`ὡ" ?ᾣ) | ||
| 2152 | ("ι`(ω" ?ᾣ) | ||
| 2153 | ("ιὤ" ?ᾤ) | ||
| 2154 | ("ι´ὠ" ?ᾤ) | ||
| 2155 | ("ι'ὠ" ?ᾤ) | ||
| 2156 | ("ι´)ω" ?ᾤ) | ||
| 2157 | ("ι')ω" ?ᾤ) | ||
| 2158 | ("ιὥ" ?ᾥ) | ||
| 2159 | ("ι´ὡ" ?ᾥ) | ||
| 2160 | ("ι'ὡ" ?ᾥ) | ||
| 2161 | ("ι´(ω" ?ᾥ) | ||
| 2162 | ("ι'(ω" ?ᾥ) | ||
| 2163 | ("ιὦ" ?ᾦ) | ||
| 2164 | ("ι~ὠ" ?ᾦ) | ||
| 2165 | ("ι~)ω" ?ᾦ) | ||
| 2166 | ("ιὧ" ?ᾧ) | ||
| 2167 | ("ι~ὡ" ?ᾧ) | ||
| 2168 | ("ι~(ω" ?ᾧ) | ||
| 2169 | ("ιὨ" ?ᾨ) | ||
| 2170 | ("ι)Ω" ?ᾨ) | ||
| 2171 | ("ιὩ" ?ᾩ) | ||
| 2172 | ("ι(Ω" ?ᾩ) | ||
| 2173 | ("ιὪ" ?ᾪ) | ||
| 2174 | ("ι`Ὠ" ?ᾪ) | ||
| 2175 | ("ι`)Ω" ?ᾪ) | ||
| 2176 | ("ιὫ" ?ᾫ) | ||
| 2177 | ("ι`Ὡ" ?ᾫ) | ||
| 2178 | ("ι`(Ω" ?ᾫ) | ||
| 2179 | ("ιὬ" ?ᾬ) | ||
| 2180 | ("ι´Ὠ" ?ᾬ) | ||
| 2181 | ("ι'Ὠ" ?ᾬ) | ||
| 2182 | ("ι´)Ω" ?ᾬ) | ||
| 2183 | ("ι')Ω" ?ᾬ) | ||
| 2184 | ("ιὭ" ?ᾭ) | ||
| 2185 | ("ι´Ὡ" ?ᾭ) | ||
| 2186 | ("ι'Ὡ" ?ᾭ) | ||
| 2187 | ("ι´(Ω" ?ᾭ) | ||
| 2188 | ("ι'(Ω" ?ᾭ) | ||
| 2189 | ("ιὮ" ?ᾮ) | ||
| 2190 | ("ι~Ὠ" ?ᾮ) | ||
| 2191 | ("ι~)Ω" ?ᾮ) | ||
| 2192 | ("ιὯ" ?ᾯ) | ||
| 2193 | ("ι~Ὡ" ?ᾯ) | ||
| 2194 | ("ι~(Ω" ?ᾯ) | ||
| 2195 | ("Uα" ?ᾰ) | ||
| 2196 | ("bα" ?ᾰ) | ||
| 2197 | ("¯α" ?ᾱ) | ||
| 2198 | ("_α" ?ᾱ) | ||
| 2199 | ("ιὰ" ?ᾲ) | ||
| 2200 | ("ι`α" ?ᾲ) | ||
| 2201 | ("ια" ?ᾳ) | ||
| 2202 | ("ιά" ?ᾴ) | ||
| 2203 | ("ι´α" ?ᾴ) | ||
| 2204 | ("ι'α" ?ᾴ) | ||
| 2205 | ("~α" ?ᾶ) | ||
| 2206 | ("ιᾶ" ?ᾷ) | ||
| 2207 | ("ι~α" ?ᾷ) | ||
| 2208 | ("UΑ" ?Ᾰ) | ||
| 2209 | ("bΑ" ?Ᾰ) | ||
| 2210 | ("¯Α" ?Ᾱ) | ||
| 2211 | ("_Α" ?Ᾱ) | ||
| 2212 | ("`Α" ?Ὰ) | ||
| 2213 | ("ιΑ" ?ᾼ) | ||
| 2214 | ("¨~" ?῁) | ||
| 2215 | ("ιὴ" ?ῂ) | ||
| 2216 | ("ι`η" ?ῂ) | ||
| 2217 | ("ιη" ?ῃ) | ||
| 2218 | ("ιή" ?ῄ) | ||
| 2219 | ("ι´η" ?ῄ) | ||
| 2220 | ("ι'η" ?ῄ) | ||
| 2221 | ("~η" ?ῆ) | ||
| 2222 | ("ιῆ" ?ῇ) | ||
| 2223 | ("ι~η" ?ῇ) | ||
| 2224 | ("`Ε" ?Ὲ) | ||
| 2225 | ("`Η" ?Ὴ) | ||
| 2226 | ("ιΗ" ?ῌ) | ||
| 2227 | ("᾿`" ?῍) | ||
| 2228 | ("᾿´" ?῎) | ||
| 2229 | ("᾿'" ?῎) | ||
| 2230 | ("᾿~" ?῏) | ||
| 2231 | ("Uι" ?ῐ) | ||
| 2232 | ("bι" ?ῐ) | ||
| 2233 | ("¯ι" ?ῑ) | ||
| 2234 | ("_ι" ?ῑ) | ||
| 2235 | ("`ϊ" ?ῒ) | ||
| 2236 | ("`\"ι" ?ῒ) | ||
| 2237 | ("~ι" ?ῖ) | ||
| 2238 | ("~ϊ" ?ῗ) | ||
| 2239 | ("~\"ι" ?ῗ) | ||
| 2240 | ("UΙ" ?Ῐ) | ||
| 2241 | ("bΙ" ?Ῐ) | ||
| 2242 | ("¯Ι" ?Ῑ) | ||
| 2243 | ("_Ι" ?Ῑ) | ||
| 2244 | ("`Ι" ?Ὶ) | ||
| 2245 | ("῾`" ?῝) | ||
| 2246 | ("῾´" ?῞) | ||
| 2247 | ("῾'" ?῞) | ||
| 2248 | ("῾~" ?῟) | ||
| 2249 | ("Uυ" ?ῠ) | ||
| 2250 | ("bυ" ?ῠ) | ||
| 2251 | ("¯υ" ?ῡ) | ||
| 2252 | ("_υ" ?ῡ) | ||
| 2253 | ("`ϋ" ?ῢ) | ||
| 2254 | ("`\"υ" ?ῢ) | ||
| 2255 | (")ρ" ?ῤ) | ||
| 2256 | ("(ρ" ?ῥ) | ||
| 2257 | ("~υ" ?ῦ) | ||
| 2258 | ("~ϋ" ?ῧ) | ||
| 2259 | ("~\"υ" ?ῧ) | ||
| 2260 | ("UΥ" ?Ῠ) | ||
| 2261 | ("bΥ" ?Ῠ) | ||
| 2262 | ("¯Υ" ?Ῡ) | ||
| 2263 | ("_Υ" ?Ῡ) | ||
| 2264 | ("`Υ" ?Ὺ) | ||
| 2265 | ("(Ρ" ?Ῥ) | ||
| 2266 | ("¨`" ?῭) | ||
| 2267 | ("ιὼ" ?ῲ) | ||
| 2268 | ("ι`ω" ?ῲ) | ||
| 2269 | ("ιω" ?ῳ) | ||
| 2270 | ("ιώ" ?ῴ) | ||
| 2271 | ("ι´ω" ?ῴ) | ||
| 2272 | ("ι'ω" ?ῴ) | ||
| 2273 | ("~ω" ?ῶ) | ||
| 2274 | ("ιῶ" ?ῷ) | ||
| 2275 | ("ι~ω" ?ῷ) | ||
| 2276 | ("`Ο" ?Ὸ) | ||
| 2277 | ("`Ω" ?Ὼ) | ||
| 2278 | ("ιΩ" ?ῼ) | ||
| 2279 | ("^0" ?⁰) | ||
| 2280 | ("^_i" ?ⁱ) | ||
| 2281 | ("^_i" ?ⁱ) | ||
| 2282 | ("^4" ?⁴) | ||
| 2283 | ("^5" ?⁵) | ||
| 2284 | ("^6" ?⁶) | ||
| 2285 | ("^7" ?⁷) | ||
| 2286 | ("^8" ?⁸) | ||
| 2287 | ("^9" ?⁹) | ||
| 2288 | ("^+" ?⁺) | ||
| 2289 | ("^−" ?⁻) | ||
| 2290 | ("^=" ?⁼) | ||
| 2291 | ("^(" ?⁽) | ||
| 2292 | ("^)" ?⁾) | ||
| 2293 | ("^_n" ?ⁿ) | ||
| 2294 | ("^_n" ?ⁿ) | ||
| 2295 | ("_0" ?₀) | ||
| 2296 | ("_0" ?₀) | ||
| 2297 | ("_1" ?₁) | ||
| 2298 | ("_1" ?₁) | ||
| 2299 | ("_2" ?₂) | ||
| 2300 | ("_2" ?₂) | ||
| 2301 | ("_3" ?₃) | ||
| 2302 | ("_3" ?₃) | ||
| 2303 | ("_4" ?₄) | ||
| 2304 | ("_4" ?₄) | ||
| 2305 | ("_5" ?₅) | ||
| 2306 | ("_5" ?₅) | ||
| 2307 | ("_6" ?₆) | ||
| 2308 | ("_6" ?₆) | ||
| 2309 | ("_7" ?₇) | ||
| 2310 | ("_7" ?₇) | ||
| 2311 | ("_8" ?₈) | ||
| 2312 | ("_8" ?₈) | ||
| 2313 | ("_9" ?₉) | ||
| 2314 | ("_9" ?₉) | ||
| 2315 | ("_+" ?₊) | ||
| 2316 | ("_+" ?₊) | ||
| 2317 | ("_−" ?₋) | ||
| 2318 | ("_−" ?₋) | ||
| 2319 | ("_=" ?₌) | ||
| 2320 | ("_=" ?₌) | ||
| 2321 | ("_(" ?₍) | ||
| 2322 | ("_(" ?₍) | ||
| 2323 | ("_)" ?₎) | ||
| 2324 | ("_)" ?₎) | ||
| 2325 | ("SM" ?℠) | ||
| 2326 | ("sM" ?℠) | ||
| 2327 | ("Sm" ?℠) | ||
| 2328 | ("sm" ?℠) | ||
| 2329 | ("TM" ?™) | ||
| 2330 | ("tM" ?™) | ||
| 2331 | ("Tm" ?™) | ||
| 2332 | ("tm" ?™) | ||
| 2333 | ("17" ?⅐) | ||
| 2334 | ("19" ?⅑) | ||
| 2335 | ("110" ?⅒) | ||
| 2336 | ("13" ?⅓) | ||
| 2337 | ("23" ?⅔) | ||
| 2338 | ("15" ?⅕) | ||
| 2339 | ("25" ?⅖) | ||
| 2340 | ("35" ?⅗) | ||
| 2341 | ("45" ?⅘) | ||
| 2342 | ("16" ?⅙) | ||
| 2343 | ("56" ?⅚) | ||
| 2344 | ("18" ?⅛) | ||
| 2345 | ("38" ?⅜) | ||
| 2346 | ("58" ?⅝) | ||
| 2347 | ("78" ?⅞) | ||
| 2348 | ("03" ?↉) | ||
| 2349 | ("/←" ?↚) | ||
| 2350 | ("/→" ?↛) | ||
| 2351 | ("/↔" ?↮) | ||
| 2352 | ("<-" ?←) | ||
| 2353 | ("->" ?→) | ||
| 2354 | ("=>" ?⇒) | ||
| 2355 | ("∄" ?∄) | ||
| 2356 | ("{}" ?∅) | ||
| 2357 | ("∉" ?∉) | ||
| 2358 | ("∌" ?∌) | ||
| 2359 | ("∤" ?∤) | ||
| 2360 | ("∦" ?∦) | ||
| 2361 | ("≁" ?≁) | ||
| 2362 | ("≄" ?≄) | ||
| 2363 | ("≁" ?≇) | ||
| 2364 | ("≉" ?≉) | ||
| 2365 | ("/=" ?≠) | ||
| 2366 | ("=/" ?≠) | ||
| 2367 | ("≠" ?≠) | ||
| 2368 | ("≢" ?≢) | ||
| 2369 | ("<=" ?≤) | ||
| 2370 | (">=" ?≥) | ||
| 2371 | ("≭" ?≭) | ||
| 2372 | ("≮" ?≮) | ||
| 2373 | ("≮" ?≮) | ||
| 2374 | ("≯" ?≯) | ||
| 2375 | ("≯" ?≯) | ||
| 2376 | ("≰" ?≰) | ||
| 2377 | ("≱" ?≱) | ||
| 2378 | ("≴" ?≴) | ||
| 2379 | ("≵" ?≵) | ||
| 2380 | ("≸" ?≸) | ||
| 2381 | ("≹" ?≹) | ||
| 2382 | ("⊀" ?⊀) | ||
| 2383 | ("⊁" ?⊁) | ||
| 2384 | ("⊄" ?⊄) | ||
| 2385 | ("⊄" ?⊄) | ||
| 2386 | ("⊅" ?⊅) | ||
| 2387 | ("⊅" ?⊅) | ||
| 2388 | ("⊈" ?⊈) | ||
| 2389 | ("⊉" ?⊉) | ||
| 2390 | ("⊬" ?⊬) | ||
| 2391 | ("⊭" ?⊭) | ||
| 2392 | ("⊮" ?⊮) | ||
| 2393 | ("⊯" ?⊯) | ||
| 2394 | ("⋠" ?⋠) | ||
| 2395 | ("⋡" ?⋡) | ||
| 2396 | ("⋢" ?⋢) | ||
| 2397 | ("⋣" ?⋣) | ||
| 2398 | ("⋪" ?⋪) | ||
| 2399 | ("⋫" ?⋫) | ||
| 2400 | ("⋬" ?⋬) | ||
| 2401 | ("⋭" ?⋭) | ||
| 2402 | ("di" ?⌀) | ||
| 2403 | ("(1)" ?①) | ||
| 2404 | ("(2)" ?②) | ||
| 2405 | ("(3)" ?③) | ||
| 2406 | ("(4)" ?④) | ||
| 2407 | ("(5)" ?⑤) | ||
| 2408 | ("(6)" ?⑥) | ||
| 2409 | ("(7)" ?⑦) | ||
| 2410 | ("(8)" ?⑧) | ||
| 2411 | ("(9)" ?⑨) | ||
| 2412 | ("(10)" ?⑩) | ||
| 2413 | ("(11)" ?⑪) | ||
| 2414 | ("(12)" ?⑫) | ||
| 2415 | ("(13)" ?⑬) | ||
| 2416 | ("(14)" ?⑭) | ||
| 2417 | ("(15)" ?⑮) | ||
| 2418 | ("(16)" ?⑯) | ||
| 2419 | ("(17)" ?⑰) | ||
| 2420 | ("(18)" ?⑱) | ||
| 2421 | ("(19)" ?⑲) | ||
| 2422 | ("(20)" ?⑳) | ||
| 2423 | ("(A)" ?Ⓐ) | ||
| 2424 | ("(B)" ?Ⓑ) | ||
| 2425 | ("(C)" ?Ⓒ) | ||
| 2426 | ("(D)" ?Ⓓ) | ||
| 2427 | ("(E)" ?Ⓔ) | ||
| 2428 | ("(F)" ?Ⓕ) | ||
| 2429 | ("(G)" ?Ⓖ) | ||
| 2430 | ("(H)" ?Ⓗ) | ||
| 2431 | ("(I)" ?Ⓘ) | ||
| 2432 | ("(J)" ?Ⓙ) | ||
| 2433 | ("(K)" ?Ⓚ) | ||
| 2434 | ("(L)" ?Ⓛ) | ||
| 2435 | ("(M)" ?Ⓜ) | ||
| 2436 | ("(N)" ?Ⓝ) | ||
| 2437 | ("(O)" ?Ⓞ) | ||
| 2438 | ("(P)" ?Ⓟ) | ||
| 2439 | ("(Q)" ?Ⓠ) | ||
| 2440 | ("(R)" ?Ⓡ) | ||
| 2441 | ("(S)" ?Ⓢ) | ||
| 2442 | ("(T)" ?Ⓣ) | ||
| 2443 | ("(U)" ?Ⓤ) | ||
| 2444 | ("(V)" ?Ⓥ) | ||
| 2445 | ("(W)" ?Ⓦ) | ||
| 2446 | ("(X)" ?Ⓧ) | ||
| 2447 | ("(Y)" ?Ⓨ) | ||
| 2448 | ("(Z)" ?Ⓩ) | ||
| 2449 | ("(a)" ?ⓐ) | ||
| 2450 | ("(b)" ?ⓑ) | ||
| 2451 | ("(c)" ?ⓒ) | ||
| 2452 | ("(d)" ?ⓓ) | ||
| 2453 | ("(e)" ?ⓔ) | ||
| 2454 | ("(f)" ?ⓕ) | ||
| 2455 | ("(g)" ?ⓖ) | ||
| 2456 | ("(h)" ?ⓗ) | ||
| 2457 | ("(i)" ?ⓘ) | ||
| 2458 | ("(j)" ?ⓙ) | ||
| 2459 | ("(k)" ?ⓚ) | ||
| 2460 | ("(l)" ?ⓛ) | ||
| 2461 | ("(m)" ?ⓜ) | ||
| 2462 | ("(n)" ?ⓝ) | ||
| 2463 | ("(o)" ?ⓞ) | ||
| 2464 | ("(p)" ?ⓟ) | ||
| 2465 | ("(q)" ?ⓠ) | ||
| 2466 | ("(r)" ?ⓡ) | ||
| 2467 | ("(s)" ?ⓢ) | ||
| 2468 | ("(t)" ?ⓣ) | ||
| 2469 | ("(u)" ?ⓤ) | ||
| 2470 | ("(v)" ?ⓥ) | ||
| 2471 | ("(w)" ?ⓦ) | ||
| 2472 | ("(x)" ?ⓧ) | ||
| 2473 | ("(y)" ?ⓨ) | ||
| 2474 | ("(z)" ?ⓩ) | ||
| 2475 | ("(0)" ?⓪) | ||
| 2476 | ("⫝̸" ?⫝̸) | ||
| 2477 | ("^一" ?㆒) | ||
| 2478 | ("^二" ?㆓) | ||
| 2479 | ("^三" ?㆔) | ||
| 2480 | ("^四" ?㆕) | ||
| 2481 | ("^上" ?㆖) | ||
| 2482 | ("^中" ?㆗) | ||
| 2483 | ("^下" ?㆘) | ||
| 2484 | ("^甲" ?㆙) | ||
| 2485 | ("^乙" ?㆚) | ||
| 2486 | ("^丙" ?㆛) | ||
| 2487 | ("^丁" ?㆜) | ||
| 2488 | ("^天" ?㆝) | ||
| 2489 | ("^地" ?㆞) | ||
| 2490 | ("^人" ?㆟) | ||
| 2491 | ("(21)" ?㉑) | ||
| 2492 | ("(22)" ?㉒) | ||
| 2493 | ("(23)" ?㉓) | ||
| 2494 | ("(24)" ?㉔) | ||
| 2495 | ("(25)" ?㉕) | ||
| 2496 | ("(26)" ?㉖) | ||
| 2497 | ("(27)" ?㉗) | ||
| 2498 | ("(28)" ?㉘) | ||
| 2499 | ("(29)" ?㉙) | ||
| 2500 | ("(30)" ?㉚) | ||
| 2501 | ("(31)" ?㉛) | ||
| 2502 | ("(32)" ?㉜) | ||
| 2503 | ("(33)" ?㉝) | ||
| 2504 | ("(34)" ?㉞) | ||
| 2505 | ("(35)" ?㉟) | ||
| 2506 | ("(ᄀ)" ?㉠) | ||
| 2507 | ("(ᄂ)" ?㉡) | ||
| 2508 | ("(ᄃ)" ?㉢) | ||
| 2509 | ("(ᄅ)" ?㉣) | ||
| 2510 | ("(ᄆ)" ?㉤) | ||
| 2511 | ("(ᄇ)" ?㉥) | ||
| 2512 | ("(ᄉ)" ?㉦) | ||
| 2513 | ("(ᄋ)" ?㉧) | ||
| 2514 | ("(ᄌ)" ?㉨) | ||
| 2515 | ("(ᄎ)" ?㉩) | ||
| 2516 | ("(ᄏ)" ?㉪) | ||
| 2517 | ("(ᄐ)" ?㉫) | ||
| 2518 | ("(ᄑ)" ?㉬) | ||
| 2519 | ("(ᄒ)" ?㉭) | ||
| 2520 | ("(가)" ?㉮) | ||
| 2521 | ("(나)" ?㉯) | ||
| 2522 | ("(다)" ?㉰) | ||
| 2523 | ("(라)" ?㉱) | ||
| 2524 | ("(마)" ?㉲) | ||
| 2525 | ("(바)" ?㉳) | ||
| 2526 | ("(사)" ?㉴) | ||
| 2527 | ("(아)" ?㉵) | ||
| 2528 | ("(자)" ?㉶) | ||
| 2529 | ("(차)" ?㉷) | ||
| 2530 | ("(카)" ?㉸) | ||
| 2531 | ("(타)" ?㉹) | ||
| 2532 | ("(파)" ?㉺) | ||
| 2533 | ("(하)" ?㉻) | ||
| 2534 | ("(一)" ?㊀) | ||
| 2535 | ("(二)" ?㊁) | ||
| 2536 | ("(三)" ?㊂) | ||
| 2537 | ("(四)" ?㊃) | ||
| 2538 | ("(五)" ?㊄) | ||
| 2539 | ("(六)" ?㊅) | ||
| 2540 | ("(七)" ?㊆) | ||
| 2541 | ("(八)" ?㊇) | ||
| 2542 | ("(九)" ?㊈) | ||
| 2543 | ("(十)" ?㊉) | ||
| 2544 | ("(月)" ?㊊) | ||
| 2545 | ("(火)" ?㊋) | ||
| 2546 | ("(水)" ?㊌) | ||
| 2547 | ("(木)" ?㊍) | ||
| 2548 | ("(金)" ?㊎) | ||
| 2549 | ("(土)" ?㊏) | ||
| 2550 | ("(日)" ?㊐) | ||
| 2551 | ("(株)" ?㊑) | ||
| 2552 | ("(有)" ?㊒) | ||
| 2553 | ("(社)" ?㊓) | ||
| 2554 | ("(名)" ?㊔) | ||
| 2555 | ("(特)" ?㊕) | ||
| 2556 | ("(財)" ?㊖) | ||
| 2557 | ("(祝)" ?㊗) | ||
| 2558 | ("(労)" ?㊘) | ||
| 2559 | ("(秘)" ?㊙) | ||
| 2560 | ("(男)" ?㊚) | ||
| 2561 | ("(女)" ?㊛) | ||
| 2562 | ("(適)" ?㊜) | ||
| 2563 | ("(優)" ?㊝) | ||
| 2564 | ("(印)" ?㊞) | ||
| 2565 | ("(注)" ?㊟) | ||
| 2566 | ("(項)" ?㊠) | ||
| 2567 | ("(休)" ?㊡) | ||
| 2568 | ("(写)" ?㊢) | ||
| 2569 | ("(正)" ?㊣) | ||
| 2570 | ("(上)" ?㊤) | ||
| 2571 | ("(中)" ?㊥) | ||
| 2572 | ("(下)" ?㊦) | ||
| 2573 | ("(左)" ?㊧) | ||
| 2574 | ("(右)" ?㊨) | ||
| 2575 | ("(医)" ?㊩) | ||
| 2576 | ("(宗)" ?㊪) | ||
| 2577 | ("(学)" ?㊫) | ||
| 2578 | ("(監)" ?㊬) | ||
| 2579 | ("(企)" ?㊭) | ||
| 2580 | ("(資)" ?㊮) | ||
| 2581 | ("(協)" ?㊯) | ||
| 2582 | ("(夜)" ?㊰) | ||
| 2583 | ("(36)" ?㊱) | ||
| 2584 | ("(37)" ?㊲) | ||
| 2585 | ("(38)" ?㊳) | ||
| 2586 | ("(39)" ?㊴) | ||
| 2587 | ("(40)" ?㊵) | ||
| 2588 | ("(41)" ?㊶) | ||
| 2589 | ("(42)" ?㊷) | ||
| 2590 | ("(43)" ?㊸) | ||
| 2591 | ("(44)" ?㊹) | ||
| 2592 | ("(45)" ?㊺) | ||
| 2593 | ("(46)" ?㊻) | ||
| 2594 | ("(47)" ?㊼) | ||
| 2595 | ("(48)" ?㊽) | ||
| 2596 | ("(49)" ?㊾) | ||
| 2597 | ("(50)" ?㊿) | ||
| 2598 | ("(ア)" ?㋐) | ||
| 2599 | ("(イ)" ?㋑) | ||
| 2600 | ("(ウ)" ?㋒) | ||
| 2601 | ("(エ)" ?㋓) | ||
| 2602 | ("(オ)" ?㋔) | ||
| 2603 | ("(カ)" ?㋕) | ||
| 2604 | ("(キ)" ?㋖) | ||
| 2605 | ("(ク)" ?㋗) | ||
| 2606 | ("(ケ)" ?㋘) | ||
| 2607 | ("(コ)" ?㋙) | ||
| 2608 | ("(サ)" ?㋚) | ||
| 2609 | ("(シ)" ?㋛) | ||
| 2610 | ("(ス)" ?㋜) | ||
| 2611 | ("(セ)" ?㋝) | ||
| 2612 | ("(ソ)" ?㋞) | ||
| 2613 | ("(タ)" ?㋟) | ||
| 2614 | ("(チ)" ?㋠) | ||
| 2615 | ("(ツ)" ?㋡) | ||
| 2616 | ("(テ)" ?㋢) | ||
| 2617 | ("(ト)" ?㋣) | ||
| 2618 | ("(ナ)" ?㋤) | ||
| 2619 | ("(ニ)" ?㋥) | ||
| 2620 | ("(ヌ)" ?㋦) | ||
| 2621 | ("(ネ)" ?㋧) | ||
| 2622 | ("(ノ)" ?㋨) | ||
| 2623 | ("(ハ)" ?㋩) | ||
| 2624 | ("(ヒ)" ?㋪) | ||
| 2625 | ("(フ)" ?㋫) | ||
| 2626 | ("(ヘ)" ?㋬) | ||
| 2627 | ("(ホ)" ?㋭) | ||
| 2628 | ("(マ)" ?㋮) | ||
| 2629 | ("(ミ)" ?㋯) | ||
| 2630 | ("(ム)" ?㋰) | ||
| 2631 | ("(メ)" ?㋱) | ||
| 2632 | ("(モ)" ?㋲) | ||
| 2633 | ("(ヤ)" ?㋳) | ||
| 2634 | ("(ユ)" ?㋴) | ||
| 2635 | ("(ヨ)" ?㋵) | ||
| 2636 | ("(ラ)" ?㋶) | ||
| 2637 | ("(リ)" ?㋷) | ||
| 2638 | ("(ル)" ?㋸) | ||
| 2639 | ("(レ)" ?㋹) | ||
| 2640 | ("(ロ)" ?㋺) | ||
| 2641 | ("(ワ)" ?㋻) | ||
| 2642 | ("(ヰ)" ?㋼) | ||
| 2643 | ("(ヱ)" ?㋽) | ||
| 2644 | ("(ヲ)" ?㋾) | ||
| 2645 | ("ִי" ?יִ) | ||
| 2646 | ("ַײ" ?ײַ) | ||
| 2647 | ("ׁש" ?שׁ) | ||
| 2648 | ("ׂש" ?שׂ) | ||
| 2649 | ("ׁשּ" ?שּׁ) | ||
| 2650 | ("ּׁש" ?שּׁ) | ||
| 2651 | ("ׂשּ" ?שּׂ) | ||
| 2652 | ("ּׂש" ?שּׂ) | ||
| 2653 | ("ַא" ?אַ) | ||
| 2654 | ("ָא" ?אָ) | ||
| 2655 | ("ּא" ?אּ) | ||
| 2656 | ("ּב" ?בּ) | ||
| 2657 | ("ּג" ?גּ) | ||
| 2658 | ("ּד" ?דּ) | ||
| 2659 | ("ּה" ?הּ) | ||
| 2660 | ("ּו" ?וּ) | ||
| 2661 | ("ּז" ?זּ) | ||
| 2662 | ("ּט" ?טּ) | ||
| 2663 | ("ּי" ?יּ) | ||
| 2664 | ("ּך" ?ךּ) | ||
| 2665 | ("ּכ" ?כּ) | ||
| 2666 | ("ּל" ?לּ) | ||
| 2667 | ("ּמ" ?מּ) | ||
| 2668 | ("ּנ" ?נּ) | ||
| 2669 | ("ּס" ?סּ) | ||
| 2670 | ("ּף" ?ףּ) | ||
| 2671 | ("ּפ" ?פּ) | ||
| 2672 | ("ּצ" ?צּ) | ||
| 2673 | ("ּק" ?קּ) | ||
| 2674 | ("ּר" ?רּ) | ||
| 2675 | ("ּש" ?שּ) | ||
| 2676 | ("ּת" ?תּ) | ||
| 2677 | ("ֹו" ?וֹ) | ||
| 2678 | ("ֿב" ?בֿ) | ||
| 2679 | ("ֿכ" ?כֿ) | ||
| 2680 | ("ֿפ" ?פֿ) | ||
| 2681 | ("𝅗𝅥" ?𝅗𝅥) | ||
| 2682 | ("𝅘𝅥" ?𝅘𝅥) | ||
| 2683 | ("𝅘𝅥𝅮" ?𝅘𝅥𝅮) | ||
| 2684 | ("𝅘𝅥𝅯" ?𝅘𝅥𝅯) | ||
| 2685 | ("𝅘𝅥𝅰" ?𝅘𝅥𝅰) | ||
| 2686 | ("𝅘𝅥𝅱" ?𝅘𝅥𝅱) | ||
| 2687 | ("𝅘𝅥𝅲" ?𝅘𝅥𝅲) | ||
| 2688 | ("𝆹𝅥" ?𝆹𝅥) | ||
| 2689 | ("𝆺𝅥" ?𝆺𝅥) | ||
| 2690 | ("𝆹𝅥𝅮" ?𝆹𝅥𝅮) | ||
| 2691 | ("𝆺𝅥𝅮" ?𝆺𝅥𝅮) | ||
| 2692 | ("𝆹𝅥𝅯" ?𝆹𝅥𝅯) | ||
| 2693 | ("𝆺𝅥𝅯" ?𝆺𝅥𝅯) | ||
| 2694 | (";S" ?Ș) | ||
| 2695 | ("S;" ?Ș) | ||
| 2696 | (";s" ?ș) | ||
| 2697 | ("s;" ?ș) | ||
| 2698 | (";T" ?Ț) | ||
| 2699 | ("T;" ?Ț) | ||
| 2700 | (";t" ?ț) | ||
| 2701 | ("t;" ?ț) | ||
| 2702 | ("``а" ["а̏"]) | ||
| 2703 | ("`а" ["а̀"]) | ||
| 2704 | ("´а" ["а́"]) | ||
| 2705 | ("'а" ["а́"]) | ||
| 2706 | ("¯а" ["а̄"]) | ||
| 2707 | ("_а" ["а̄"]) | ||
| 2708 | ("^а" ["а̂"]) | ||
| 2709 | ("``А" ["А̏"]) | ||
| 2710 | ("`А" ["А̀"]) | ||
| 2711 | ("´А" ["А́"]) | ||
| 2712 | ("'А" ["А́"]) | ||
| 2713 | ("¯А" ["А̄"]) | ||
| 2714 | ("_А" ["А̄"]) | ||
| 2715 | ("^А" ["А̂"]) | ||
| 2716 | ("``е" ["е̏"]) | ||
| 2717 | ("´е" ["е́"]) | ||
| 2718 | ("'е" ["е́"]) | ||
| 2719 | ("¯е" ["е̄"]) | ||
| 2720 | ("_е" ["е̄"]) | ||
| 2721 | ("^е" ["е̂"]) | ||
| 2722 | ("``Е" ["Е̏"]) | ||
| 2723 | ("´Е" ["Е́"]) | ||
| 2724 | ("'Е" ["Е́"]) | ||
| 2725 | ("¯Е" ["Е̄"]) | ||
| 2726 | ("_Е" ["Е̄"]) | ||
| 2727 | ("^Е" ["Е̂"]) | ||
| 2728 | ("``и" ["и̏"]) | ||
| 2729 | ("´и" ["и́"]) | ||
| 2730 | ("'и" ["и́"]) | ||
| 2731 | ("^и" ["и̂"]) | ||
| 2732 | ("``И" ["И̏"]) | ||
| 2733 | ("´И" ["И́"]) | ||
| 2734 | ("'И" ["И́"]) | ||
| 2735 | ("^И" ["И̂"]) | ||
| 2736 | ("``о" ["о̏"]) | ||
| 2737 | ("`о" ["о̀"]) | ||
| 2738 | ("´о" ["о́"]) | ||
| 2739 | ("'о" ["о́"]) | ||
| 2740 | ("¯о" ["о̄"]) | ||
| 2741 | ("_о" ["о̄"]) | ||
| 2742 | ("^о" ["о̂"]) | ||
| 2743 | ("``О" ["О̏"]) | ||
| 2744 | ("`О" ["О̀"]) | ||
| 2745 | ("´О" ["О́"]) | ||
| 2746 | ("'О" ["О́"]) | ||
| 2747 | ("¯О" ["О̄"]) | ||
| 2748 | ("_О" ["О̄"]) | ||
| 2749 | ("^О" ["О̂"]) | ||
| 2750 | ("``у" ["у̏"]) | ||
| 2751 | ("`у" ["у̀"]) | ||
| 2752 | ("´у" ["у́"]) | ||
| 2753 | ("'у" ["у́"]) | ||
| 2754 | ("^у" ["у̂"]) | ||
| 2755 | ("``У" ["У̏"]) | ||
| 2756 | ("`У" ["У̀"]) | ||
| 2757 | ("´У" ["У́"]) | ||
| 2758 | ("'У" ["У́"]) | ||
| 2759 | ("^У" ["У̂"]) | ||
| 2760 | ("``р" ["р̏"]) | ||
| 2761 | ("`р" ["р̀"]) | ||
| 2762 | ("´р" ["р́"]) | ||
| 2763 | ("'р" ["р́"]) | ||
| 2764 | ("¯р" ["р̄"]) | ||
| 2765 | ("_р" ["р̄"]) | ||
| 2766 | ("^р" ["р̂"]) | ||
| 2767 | ("``Р" ["Р̏"]) | ||
| 2768 | ("`Р" ["Р̀"]) | ||
| 2769 | ("´Р" ["Р́"]) | ||
| 2770 | ("'Р" ["Р́"]) | ||
| 2771 | ("¯Р" ["Р̄"]) | ||
| 2772 | ("_Р" ["Р̄"]) | ||
| 2773 | ("^Р" ["Р̂"]) | ||
| 2774 | ("v/" ?√) | ||
| 2775 | ("/v" ?√) | ||
| 2776 | ("88" ?∞) | ||
| 2777 | ("=_" ?≡) | ||
| 2778 | ("_≠" ?≢) | ||
| 2779 | ("≠_" ?≢) | ||
| 2780 | ("<_" ?≤) | ||
| 2781 | ("_<" ?≤) | ||
| 2782 | (">_" ?≥) | ||
| 2783 | ("_>" ?≥) | ||
| 2784 | ("_⊂" ?⊆) | ||
| 2785 | ("⊂_" ?⊆) | ||
| 2786 | ("_⊃" ?⊇) | ||
| 2787 | ("⊃_" ?⊇) | ||
| 2788 | ("○-" ?⊖) | ||
| 2789 | ("-○" ?⊖) | ||
| 2790 | ("○." ?⊙) | ||
| 2791 | (".○" ?⊙) | ||
| 2792 | ("<>" ?⋄) | ||
| 2793 | ("><" ?⋄) | ||
| 2794 | ("∧∨" ?⋄) | ||
| 2795 | ("∨∧" ?⋄) | ||
| 2796 | (":." ?∴) | ||
| 2797 | (".:" ?∵) | ||
| 2798 | ("⊥⊤" ?⌶) | ||
| 2799 | ("⊤⊥" ?⌶) | ||
| 2800 | ("[]" ?⌷) | ||
| 2801 | ("][" ?⌷) | ||
| 2802 | ("⎕=" ?⌸) | ||
| 2803 | ("=⎕" ?⌸) | ||
| 2804 | ("⎕÷" ?⌹) | ||
| 2805 | ("÷⎕" ?⌹) | ||
| 2806 | ("⎕⋄" ?⌺) | ||
| 2807 | ("⋄⎕" ?⌺) | ||
| 2808 | ("⎕∘" ?⌻) | ||
| 2809 | ("∘⎕" ?⌻) | ||
| 2810 | ("⎕○" ?⌼) | ||
| 2811 | ("○⎕" ?⌼) | ||
| 2812 | ("○|" ?⌽) | ||
| 2813 | ("|○" ?⌽) | ||
| 2814 | ("○∘" ?⌾) | ||
| 2815 | ("∘○" ?⌾) | ||
| 2816 | ("/-" ?⌿) | ||
| 2817 | ("-/" ?⌿) | ||
| 2818 | ("\\-" ?⍀) | ||
| 2819 | ("-\\" ?⍀) | ||
| 2820 | ("/⎕" ?⍁) | ||
| 2821 | ("⎕/" ?⍁) | ||
| 2822 | ("\\⎕" ?⍂) | ||
| 2823 | ("⎕\\" ?⍂) | ||
| 2824 | ("<⎕" ?⍃) | ||
| 2825 | ("⎕<" ?⍃) | ||
| 2826 | (">⎕" ?⍄) | ||
| 2827 | ("⎕>" ?⍄) | ||
| 2828 | ("←|" ?⍅) | ||
| 2829 | ("|←" ?⍅) | ||
| 2830 | ("→|" ?⍆) | ||
| 2831 | ("|→" ?⍆) | ||
| 2832 | ("←⎕" ?⍇) | ||
| 2833 | ("⎕←" ?⍇) | ||
| 2834 | ("→⎕" ?⍈) | ||
| 2835 | ("⎕→" ?⍈) | ||
| 2836 | ("○\\" ?⍉) | ||
| 2837 | ("\\○" ?⍉) | ||
| 2838 | ("_⊥" ?⍊) | ||
| 2839 | ("⊥_" ?⍊) | ||
| 2840 | ("∆|" ?⍋) | ||
| 2841 | ("|∆" ?⍋) | ||
| 2842 | ("∨⎕" ?⍌) | ||
| 2843 | ("⎕∨" ?⍌) | ||
| 2844 | ("∆⎕" ?⍍) | ||
| 2845 | ("⎕∆" ?⍍) | ||
| 2846 | ("∘⊥" ?⍎) | ||
| 2847 | ("⊥∘" ?⍎) | ||
| 2848 | ("↑-" ?⍏) | ||
| 2849 | ("-↑" ?⍏) | ||
| 2850 | ("↑⎕" ?⍐) | ||
| 2851 | ("⎕↑" ?⍐) | ||
| 2852 | ("¯⊤" ?⍑) | ||
| 2853 | ("⊤¯" ?⍑) | ||
| 2854 | ("∇|" ?⍒) | ||
| 2855 | ("|∇" ?⍒) | ||
| 2856 | ("∧⎕" ?⍓) | ||
| 2857 | ("⎕∧" ?⍓) | ||
| 2858 | ("∇⎕" ?⍔) | ||
| 2859 | ("⎕∇" ?⍔) | ||
| 2860 | ("∘⊤" ?⍕) | ||
| 2861 | ("⊤∘" ?⍕) | ||
| 2862 | ("↓-" ?⍖) | ||
| 2863 | ("-↓" ?⍖) | ||
| 2864 | ("↓⎕" ?⍗) | ||
| 2865 | ("⎕↓" ?⍗) | ||
| 2866 | ("_'" ?⍘) | ||
| 2867 | ("∆_" ?⍙) | ||
| 2868 | ("_∆" ?⍙) | ||
| 2869 | ("⋄_" ?⍚) | ||
| 2870 | ("_⋄" ?⍚) | ||
| 2871 | ("∘_" ?⍛) | ||
| 2872 | ("_∘" ?⍛) | ||
| 2873 | ("○_" ?⍜) | ||
| 2874 | ("_○" ?⍜) | ||
| 2875 | ("∘∩" ?⍝) | ||
| 2876 | ("∩∘" ?⍝) | ||
| 2877 | ("⎕'" ?⍞) | ||
| 2878 | ("'⎕" ?⍞) | ||
| 2879 | ("○*" ?⍟) | ||
| 2880 | ("*○" ?⍟) | ||
| 2881 | (":⎕" ?⍠) | ||
| 2882 | ("⎕:" ?⍠) | ||
| 2883 | ("¨⊤" ?⍡) | ||
| 2884 | ("⊤¨" ?⍡) | ||
| 2885 | ("¨∇" ?⍢) | ||
| 2886 | ("∇¨" ?⍢) | ||
| 2887 | ("*¨" ?⍣) | ||
| 2888 | ("¨*" ?⍣) | ||
| 2889 | ("∘¨" ?⍤) | ||
| 2890 | ("¨∘" ?⍤) | ||
| 2891 | ("○¨" ?⍥) | ||
| 2892 | ("¨○" ?⍥) | ||
| 2893 | ("∪|" ?⍦) | ||
| 2894 | ("|∪" ?⍦) | ||
| 2895 | ("⊂|" ?⍧) | ||
| 2896 | ("|⊂" ?⍧) | ||
| 2897 | ("~¨" ?⍨) | ||
| 2898 | ("¨>" ?⍩) | ||
| 2899 | (">¨" ?⍩) | ||
| 2900 | ("∇~" ?⍫) | ||
| 2901 | ("~∇" ?⍫) | ||
| 2902 | ("0~" ?⍬) | ||
| 2903 | ("~0" ?⍬) | ||
| 2904 | ("|~" ?⍭) | ||
| 2905 | ("~|" ?⍭) | ||
| 2906 | (";_" ?⍮) | ||
| 2907 | ("≠⎕" ?⍯) | ||
| 2908 | ("⎕≠" ?⍯) | ||
| 2909 | ("?⎕" ?⍰) | ||
| 2910 | ("⎕?" ?⍰) | ||
| 2911 | ("∨~" ?⍱) | ||
| 2912 | ("~∨" ?⍱) | ||
| 2913 | ("∧~" ?⍲) | ||
| 2914 | ("~∧" ?⍲) | ||
| 2915 | ("⍺_" ?⍶) | ||
| 2916 | ("_⍺" ?⍶) | ||
| 2917 | ("∊_" ?⍷) | ||
| 2918 | ("_∊" ?⍷) | ||
| 2919 | ("⍳_" ?⍸) | ||
| 2920 | ("_⍳" ?⍸) | ||
| 2921 | ("⍵_" ?⍹) | ||
| 2922 | ("_⍵" ?⍹) | ||
| 2923 | ) | ||
| 2924 | |||
| 2925 | (provide 'compose) | ||
| 2926 | ;;; compose.el ends here | ||
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index ce2b924d514..12788eacf1b 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el | |||
| @@ -1416,12 +1416,13 @@ which see." | |||
| 1416 | (defun elisp--documentation-one-liner () | 1416 | (defun elisp--documentation-one-liner () |
| 1417 | (let* (str | 1417 | (let* (str |
| 1418 | (callback (lambda (doc &rest plist) | 1418 | (callback (lambda (doc &rest plist) |
| 1419 | (setq str | 1419 | (when doc |
| 1420 | (format "%s: %s" | 1420 | (setq str |
| 1421 | (propertize (prin1-to-string | 1421 | (format "%s: %s" |
| 1422 | (plist-get plist :thing)) | 1422 | (propertize (prin1-to-string |
| 1423 | 'face (plist-get plist :face)) | 1423 | (plist-get plist :thing)) |
| 1424 | doc))))) | 1424 | 'face (plist-get plist :face)) |
| 1425 | doc)))))) | ||
| 1425 | (or (progn (elisp-eldoc-var-docstring callback) str) | 1426 | (or (progn (elisp-eldoc-var-docstring callback) str) |
| 1426 | (progn (elisp-eldoc-funcall callback) str)))) | 1427 | (progn (elisp-eldoc-funcall callback) str)))) |
| 1427 | 1428 | ||
diff --git a/lisp/subr.el b/lisp/subr.el index b7a746f2db0..286851dfc83 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -896,7 +896,7 @@ This is the same format used for saving keyboard macros (see | |||
| 896 | For an approximate inverse of this, see `key-description'." | 896 | For an approximate inverse of this, see `key-description'." |
| 897 | ;; Don't use a defalias, since the `pure' property is true only for | 897 | ;; Don't use a defalias, since the `pure' property is true only for |
| 898 | ;; the calling convention of `kbd'. | 898 | ;; the calling convention of `kbd'. |
| 899 | (declare (pure t)) | 899 | (declare (pure t) (side-effect-free t)) |
| 900 | ;; A pure function is expected to preserve the match data. | 900 | ;; A pure function is expected to preserve the match data. |
| 901 | (save-match-data (read-kbd-macro keys))) | 901 | (save-match-data (read-kbd-macro keys))) |
| 902 | 902 | ||
| @@ -4446,7 +4446,7 @@ Unless optional argument INPLACE is non-nil, return a new string." | |||
| 4446 | 4446 | ||
| 4447 | (defun string-replace (fromstring tostring instring) | 4447 | (defun string-replace (fromstring tostring instring) |
| 4448 | "Replace FROMSTRING with TOSTRING in INSTRING each time it occurs." | 4448 | "Replace FROMSTRING with TOSTRING in INSTRING each time it occurs." |
| 4449 | (declare (pure t)) | 4449 | (declare (pure t) (side-effect-free t)) |
| 4450 | (when (equal fromstring "") | 4450 | (when (equal fromstring "") |
| 4451 | (signal 'wrong-length-argument fromstring)) | 4451 | (signal 'wrong-length-argument fromstring)) |
| 4452 | (let ((start 0) | 4452 | (let ((start 0) |
diff --git a/test/lisp/emacs-lisp/easy-mmode-tests.el b/test/lisp/emacs-lisp/easy-mmode-tests.el index 4a448200a2b..c05379e4415 100644 --- a/test/lisp/emacs-lisp/easy-mmode-tests.el +++ b/test/lisp/emacs-lisp/easy-mmode-tests.el | |||
| @@ -48,22 +48,16 @@ | |||
| 48 | (with-temp-buffer | 48 | (with-temp-buffer |
| 49 | (define-minor-mode test-mode "A test.") | 49 | (define-minor-mode test-mode "A test.") |
| 50 | (should (eq test-mode nil)) | 50 | (should (eq test-mode nil)) |
| 51 | (test-mode t) | ||
| 52 | (should (eq test-mode nil)) | ||
| 53 | (test-mode nil) | 51 | (test-mode nil) |
| 54 | (should (eq test-mode t)) | 52 | (should (eq test-mode t)) |
| 55 | (test-mode -33) | 53 | (test-mode -33) |
| 56 | (should (eq test-mode nil)) | 54 | (should (eq test-mode nil)) |
| 57 | (test-mode 33) | 55 | (test-mode 33) |
| 58 | (should (eq test-mode t)) | 56 | (should (eq test-mode t)) |
| 59 | (test-mode 0) | ||
| 60 | (should (eq test-mode nil)) | ||
| 61 | (test-mode 'toggle) | ||
| 62 | (should (eq test-mode t)) | ||
| 63 | (test-mode 'toggle) | 57 | (test-mode 'toggle) |
| 64 | (should (eq test-mode nil)) | 58 | (should (eq test-mode nil)) |
| 65 | (test-mode "what") | 59 | (test-mode 'toggle) |
| 66 | (should (eq test-mode nil)))) | 60 | (should (eq test-mode t)))) |
| 67 | 61 | ||
| 68 | (provide 'easy-mmode-tests) | 62 | (provide 'easy-mmode-tests) |
| 69 | 63 | ||
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index 079b1114a81..b6dffb2a405 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el | |||
| @@ -361,6 +361,26 @@ C-b undefined | |||
| 361 | 361 | ||
| 362 | "))))) | 362 | "))))) |
| 363 | 363 | ||
| 364 | (defvar help-tests--was-in-buffer nil) | ||
| 365 | |||
| 366 | (ert-deftest help-substitute-command-keys/menu-filter-in-correct-buffer () | ||
| 367 | "Evaluate menu-filter in the original buffer. See Bug#39149." | ||
| 368 | (unwind-protect | ||
| 369 | (progn | ||
| 370 | (define-key global-map (kbd "C-c C-l r") | ||
| 371 | `(menu-item "2" identity | ||
| 372 | :filter ,(lambda (cmd) | ||
| 373 | (setq help-tests--was-in-buffer | ||
| 374 | (current-buffer)) | ||
| 375 | cmd))) | ||
| 376 | (with-temp-buffer | ||
| 377 | (substitute-command-keys "\\[identity]") | ||
| 378 | (should (eq help-tests--was-in-buffer | ||
| 379 | (current-buffer))))) | ||
| 380 | (setq help-tests--was-in-buffer nil) | ||
| 381 | (define-key global-map (kbd "C-c C-l r") nil) | ||
| 382 | (define-key global-map (kbd "C-c C-l") nil))) | ||
| 383 | |||
| 364 | (provide 'help-tests) | 384 | (provide 'help-tests) |
| 365 | 385 | ||
| 366 | ;;; help-tests.el ends here | 386 | ;;; help-tests.el ends here |