This file is indexed.

/usr/share/im-config/data/02_cjkv.rc is in im-config 0.24-1ubuntu4.

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
# start most popular available input method automatically
# for Chinese, Japanese, Korean, Vietnamese
# (If there are some locales to be added ... let me know :-)
# vim: set sts=4 expandtab:
case $LANG in
zh_*.*|ja_JP.*|ko_KR.*|vi_VN.*)
    run_im auto
    ;;
*)
    ;;
esac