Skip to main content

Japanese Auto character set Conversion On Tty

Project description

This module Provides the auto-conversion filter supports well-known Japanese Encodings(CP932/EUC-JP).

Install

$ git clone https://github.com/saitoha/jacot.git
$ cd jacot
$ python setup.py install

Usage

$ jacot.py [options] [command | -]
  • Options:

    -h, --help

    show this help message and exit

    -t TERM, --term=TERM

    override TERM environment variable

    -l LANG, --lang=LANG

    override LANG environment variable

    -o ENC, --outenc=ENC

    set output encoding

  • Example:

… 1. Create auto-conversion TTY session, like cocot.:

$ LANG=ja_JP.UTF-8 $SHELL
$ echo 'あいうえお今日は≠〆>' | iconv -t cp932
???????????????́??Y??
$ jacot
$ echo 'あいうえお今日は≠〆>' | iconv -t cp932
あいうえお今日は≠〆>

… 2. Read from stdin, without TTY session, just like nkf.:

$ LANG=ja_JP.UTF-8 $SHELL
$ echo '三 ┏( ^o^)┛' | iconv -t eucjp | jacot
三 ┏( ^o^)┛

… 3. Set terminal output encoding:

$ LANG=ja_JP.EUC-JP $SHELL
$ jacot -o eucjp
$ echo '三 ┏( ^o^)┛' | iconv -t sjis
三 ┏( ^o^)┛

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

jacot-0.1.4-py2.7.egg (20.6 kB view hashes)

Uploaded Source

jacot-0.1.4-py2.6.egg (20.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page