Home | History | Annotate | only in /xsrc/external/mit/luit/dist
Up to higher level directory
NameDateSize
acinclude.m421-Nov-20103.6K
aclocal.m422-Jul-2015108.7K
ChangeLog22-Jul-201524.7K
charset.c22-Jul-201516.5K
charset.h22-Jul-20152.6K
config.guess21-Nov-201044K
config.h.in22-Jul-20153K
config.sub21-Nov-201034.2K
configure22-Jul-2015345.1K
configure.ac22-Jul-20153.4K
COPYING30-Jul-20081.1K
depcomp21-May-201018.2K
INSTALL21-May-201011.1K
install-sh21-May-201013.3K
iso2022.c22-Jul-201522.9K
iso2022.h21-Nov-20102.8K
locale.c30-Jul-200880
luit.c11-Aug-202315.1K
luit.h22-Jul-20151.9K
Makefile.am21-Nov-20101.7K
Makefile.in22-Jul-201528.5K
man/19-Feb-2026
missing21-May-201011.2K
other.c21-Nov-201010.9K
other.h22-Jul-20153.1K
parser.c21-Nov-20104K
parser.h21-Nov-20101.4K
README21-May-2010877
sys.c22-Jul-201510.1K
sys.h21-Nov-20101.9K

README

      1 Luit is a filter that can be run between an arbitrary application and
      2 a UTF-8 terminal emulator such as xterm.  It will convert application
      3 output from the locale's encoding into UTF-8, and convert terminal
      4 input from UTF-8 into the locale's encoding.
      5 
      6 All questions regarding this software should be directed at the
      7 Xorg mailing list:
      8 
      9         http://lists.freedesktop.org/mailman/listinfo/xorg
     10 
     11 Please submit bug reports to the Xorg bugzilla:
     12 
     13         https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
     14 
     15 The master development code repository can be found at:
     16 
     17         git://anongit.freedesktop.org/git/xorg/app/luit
     18 
     19         http://cgit.freedesktop.org/xorg/app/luit
     20 
     21 For patch submission instructions, see:
     22 
     23 	http://www.x.org/wiki/Development/Documentation/SubmittingPatches
     24 
     25 For more information on the git code manager, see:
     26 
     27         http://wiki.x.org/wiki/GitPage
     28 
     29