Metadata-Version: 1.1
Name: jacot
Version: 0.2.6
Summary: Japanese Auto character set Conversion On Tty
Home-page: https://github.com/saitoha/jacot
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: GPL v3
Description: jacot
        =====
        
        This module Provides the auto-conversion filter
        supports well-known Japanese Encodings(CP932/EUC-JP).
        
        Install
        -------
        
        via github ::
        
            $ git clone https://github.com/saitoha/jacot.git
            $ cd jacot
            $ python setup.py install
        
        or via pip ::
        
            $ pip install jacot
        
        
        Usage
        -----
        
            $ jacot [options] [command | -]
        
        
        * Options::
        
            -h, --help                  show this help message and exit
            --version                   show version
            -t TERM, --term=TERM        override TERM environment variable
            -l LANG, --lang=LANG        override LANG environment variable
            -o ENC, --outenc=ENC        set output encoding
            --disable-input-conversion  disable input auto conversion
            --disable-output-conversion disable output auto conversion
            -s, --enable-skk            use SKK input method
        
        Dependency
        ----------
         - Masahiko Sato et al./SKK Development Team's SKK-JISYO.L
        
           This package includes the large SKK dictionary, SKK-JISYO.L.
           http://openlab.jp/skk/skk/dic/SKK-JISYO.L
        
        Reference
        ---------
         - Luit - locale and ISO 2022 support for Unicode terminals http://www.pps.univ-paris-diderot.fr/~jch/software/luit/
         - cocot - COde COnverter on Tty http://vmi.jp/software/cygwin/cocot.html
         - cygwin ck terminal emulator http://www.geocities.jp/meir000/ck/ 
         - Unicode Text Editor MinEd http://towo.net/mined/
         - libfep https://github.com/ueno/libfep
        
        
        
Keywords: japanese terminal
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Terminals
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
