This file is indexed.

/usr/share/doc/uim-common/README.Debian is in uim-common 1:1.7.1-3ubuntu1.

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
uim for Debian
--------------
* Related packages
  - You have to install conversion engines and interface packages to
    make uim useful for Japanese, etc..
    Japanese:
      anthy: anthy, uim-anthy.
      canna: canna, uim-canna.
      skk: skkdic, uim-skk.
      prime: prime, uim-prime.
      t-code: t-code, uim-tcode.
    Others:
      m17nlib: libm17n-0, m17n-db, m17n-lib-bin, uim-m17nlib
      look: wordlist, uim-look.

* Configuration (easy way)
  - im-config package will do for you.
    For user configuration, execute as:
      $ im-config
    For system wide default, execute as:
      $ sudo im-config
    You can enable GUI menu by right-clicking menu under GNOME -> "Edit Menu" and
    check menu entry to be activated.  Then you can use this GUI menu for user
    configuration as "System" -> "Preferences" -> "Input Method" which runs
    "im-config".
    "System" -> "Preferences" -> "Input Method" and select
    "universal input method (uim)"
    This will enable first found status display dialogue from the following.
      - "uim-toolbar-gtk-systray"     for systray (GTK+).
      - "uim-toolbar-gtk"             for toolbar (GTK+).
      - "uim-toolbar-qt"              for toolbar (Qt).
    Relogin to user account to refresh X session.

  - im-switch package will do for you.
    Just type following and restart X session under the same locale.
      * Start uim without any toolbars:
        $ im-switch -s uim
      * Start uim with GTK systray:
        $ im-switch -s uim-systray
      * Start uim with GTK toolbar (recommended):
        $ im-switch -s uim-toolbar
      * Start uim with Qt toolbar:
        $ im-switch -s uim-toolbar-qt
      * Start no uim:
        $ im-switch -s none
    For more, read the im-switch documentation.

  - Use GUI tool, e.g., uim-pref-gtk which comes in uim-gtk2.0
    to set up uim (choice between conversion engines etc.):
      Desktop -> Preferences -> Preference of uim

    Right clicking toolbar will also get you to "Preference".

* Configuration (manual way)
  - You have to set environmental variable as following for
    classic X applications to use uim:
      XMODIFIERS=@im=uim; export XMODIFIERS

  - You may set environmental variable as following if you 
    wish to use uim via XIM for GTK applications as the default. 

      GTK_IM_MODULE=xim; export GTK_IM_MODULE

    Chosing XIM is considered to be less problematic.  You can 
    change IM by right clicking the GTK applications too.

  - You may set environmental variable as following if you 
    wish to use uim IM module for GTK applications as the default.

      GTK_IM_MODULE=uim; export GTK_IM_MODULE

  - Deprecated method of uim configuration: 
      * Write down default IM in ~/.uim. 
        e.g)  Set Anthy as default input method.
           (define default-im-name 'anthy)
    This is not compatible with GUI configuration described above.

* Using uim-yahoo-jp
  - uim-yahoo-jp use Yahoo! JAPAN Web API.
    You register your Yahoo! JAPAN Application ID to use it in advance.
    See http://code.google.com/p/uim-doc-ja/wiki/UimYahooJp

 -- Masahito Omote <omote@utyuuzin.net>, Sun,  6 Oct 2002 17:21:21 +0900
 -- Osamu Aoki <osamu@debian.org>, Fri, 16 Jun 2006 10:16:34 +0900
 -- HIGUCHI Daisuke (VDR dai) <debian@vdr.jp>, Mon, 6 Jun 2011 13:18:50 +0900