Metadata-Version: 1.1
Name: drcsterm
Version: 0.1.1
Summary: UCS Private Area (Plain 16) -> DRCS conversion filter for terminal
Home-page: https://github.com/saitoha/drcsterm
Author: Hayaki Saito (user@zuse.jp)
Author-email: user@zuse.jp
License: GPL v3
Description: DRCSTerm
        ========
        
        What is This
        ------------
        
          DRCSTerm aims at reviving the DRCS(Dynamically Redefined Character Set)
          feature to the Terminal World.
          It provides UCS Private Area (Plain 16) -> DRCS conversion service on your terminal.
        
        Mapping Rule
        ------------
        
          DRCSTerm uses UCS 16 Plane (U+100000-U+10FFFF).
          If output character stream includes characters in this range, such as; ::
        
             U+10XXYY ( 0x40 <= 0xXX <=0x7E, 0x20 <= 0xYY <= 0x7F )
        
          DRCSTerm convert them into fllowing ISO-2022 Designatin Format:
        
          ESC ( SP <\\xXX> <\\xYY> ESC ( B
        
        
        Install
        -------
        
        via github ::
        
            $ git clone --recursive https://github.com/saitoha/drcsterm.git
            $ cd drcsterm
            $ python setup.py install
        
        or via pip ::
        
            $ pip install drcsterm
        
        
        Usage
        -----
        
        ::
        
            $ drcsterm [options] command
        
        
        * Options::
        
            -h, --help                  show this help message and exit
            --version                   show version
            -t TERM, --term=TERM        override TERM environment variable
        
        Dependency
        ----------
        
         - Hayaki Saito's TFF, Terminal Filter Framework
           https://github.com/saitoha/tff
        
        Reference
        ---------
        
         - "VT320 Soft Character Sets" http://vt100.net/dec/vt320/soft_characters
         - "VT100.net - DECDLD" http://vt100.net/docs/vt510-rm/DECDLD
         - "RLogin" http://nanno.dip.jp/softlib/man/rlogin/
           This terminal supports DECDLD
         - "Soft Character Set (DRCS)" (Japanese) http://togetter.com/li/385813
        
        
Keywords: DRCS 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
