Code Monkey home page Code Monkey logo

ibus-skk's Introduction

ibus-skk -- a Japanese SKK input engine for IBus

* What's it?

ibus-skk is an implementation of the SKK (Simple Kana-Kanji) input
method on the IBus input method framework.  Since SKK is quite
different from other Japanese input methods, if you haven't heard of
it, please consult the following Web pages before complaining about
the differences:

http://openlab.jp/skk/
https://secure.wikimedia.org/wikipedia/ja/wiki/SKK

* How to install

$ sudo apt-get install libibus-dev skkdic
$ ./configure --prefix=/usr # --libdir=/usr/lib64
$ make
$ sudo make install

* Tips

If you want to convert the encoding of ~/.skk-ibus-jisyo from EUC-JP
to UTF-8, do:

$ iconv -f EUC-JP -t UTF-8 < ~/.skk-ibus-jisyo > ~/.skk-ibus-jisyo.UTF-8
$ mv ~/.skk-ibus-jisyo.UTF-8 ~/.skk-ibus-jisyo
$ sed -i '1s/^;;; -\*- coding: euc-jp -\*-/;;; -*- coding: utf-8 -*-/' \
  ~/.skk-ibus-jisyo

* How to report bugs

Use the issue trackers on either GitHub, Red Hat BugZilla, or Debian BTS:

http://github.com/ueno/ibus-skk/issues
https://bugzilla.redhat.com/buglist.cgi?component=ibus-skk&product=Fedora
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ibus-skk;dist=unstable

If you can write Python, it would be helpful to add some failure test
cases in engine/test.py and to attach the diff to the bug reports.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.