/usr/share/canna/modes.canna is in libcanna1g 3.7p3-14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | ;; Copyright 1992 NEC Corporation, Tokyo, Japan.
;;
;; Permission to use, copy, modify, distribute and sell this software
;; and its documentation for any purpose is hereby granted without
;; fee, provided that the above copyright notice appear in all copies
;; and that both that copyright notice and this permission notice
;; appear in supporting documentation, and that the name of NEC
;; Corporation not be used in advertising or publicity pertaining to
;; distribution of the software without specific, written prior
;; permission. NEC Corporation makes no representations about the
;; suitability of this software for any purpose. It is provided "as
;; is" without express or implied warranty.
;;
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
;; PERFORMANCE OF THIS SOFTWARE.
;; @(#) 102.1 $Id: modes.canna,v 1.1.1.1 2002/10/19 08:27:52 aida_s Exp $
;; ¡Ø¤«¤ó¤Ê¡Ù¤Î¥Ç¥Õ¥©¥ë¥È¤Ç¤ÎÁ´¤Æ¤Î¥â¡¼¥Éɽ¼¨
(set-mode-display 'alpha-mode " ")
(set-mode-display 'empty-mode "[ ¤¢ ]")
(set-mode-display 'kigou-mode "[µ¹æ]")
(set-mode-display 'mojishu-mode "[»ú¼ï]")
(set-mode-display 'tankouho-mode "[´Á»ú]")
(set-mode-display 'ichiran-mode "[°ìÍ÷]")
(set-mode-display 'yes-no-mode "[¼ÁÌä]")
(set-mode-display 'on-off-mode nil)
(set-mode-display 'shinshuku-mode "[ʸÀá]")
(set-mode-display 'chikuji-yomi-mode "[Ã༡]")
(set-mode-display 'chikuji-bunsetsu-mode "[Ã༡]")
(set-mode-display 'henkan-nyuuryoku-mode "[ ¤¢ ]")
(set-mode-display 'zen-hira-henkan-mode "[Á´¤¢]")
(set-mode-display 'han-hira-henkan-mode "[Ⱦ¤¢]")
(set-mode-display 'zen-kata-henkan-mode "[Á´¥¢]")
(set-mode-display 'han-kata-henkan-mode "[Ⱦ¥¢]")
(set-mode-display 'zen-alpha-henkan-mode "[Á´±Ñ]")
(set-mode-display 'han-alpha-henkan-mode "[Ⱦ±Ñ]")
(set-mode-display 'zen-hira-kakutei-mode "<Á´¤¢>")
(set-mode-display 'han-hira-kakutei-mode "<Ⱦ¤¢>")
(set-mode-display 'zen-kata-kakutei-mode "<Á´¥¢>")
(set-mode-display 'han-kata-kakutei-mode "<Ⱦ¥¢>")
(set-mode-display 'zen-alpha-kakutei-mode "<Á´±Ñ>")
(set-mode-display 'han-alpha-kakutei-mode "<Ⱦ±Ñ>")
(set-mode-display 'hex-mode "[16¿Ê]")
(set-mode-display 'bushu-mode "[Éô¼ó]")
(set-mode-display 'extend-mode "[³ÈÄ¥]")
(set-mode-display 'russian-mode "[ ¥í ]")
(set-mode-display 'greek-mode "[ ¥® ]")
(set-mode-display 'line-mode "[·ÓÀþ]")
(set-mode-display 'changing-server-mode "[Êѹ¹]")
(set-mode-display 'henkan-method-mode "[ÊÑ´¹]")
(set-mode-display 'delete-dic-mode "[ºï½ü]")
(set-mode-display 'touroku-mode "[ÅÐÏ¿]")
(set-mode-display 'touroku-hinshi-mode "[ÉÊ»ì]")
(set-mode-display 'touroku-dic-mode "[¼½ñ]")
(set-mode-display 'quoted-insert-mode "[ £ñ ]")
(set-mode-display 'mount-dic-mode "[¼½ñ]")
|