Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: xsrc/external/mit/xterm/include



Module Name:    xsrc
Committed By:   spz
Date:           Thu Jul 11 20:02:25 UTC 2013

Modified Files:
        xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
enable defines that make xterm able to do UTF-8 if instructed by its
environment to do UTF-8.

That means: "env LC_CTYPE=en_US.UTF-8 xterm" for example will get you
an xterm that will take UTF-8 input and display it correctly, provided it
finds a fitting UTF-8 font.

Note that with this version of xterm, -u8 doesn't actually have an effect
any more, but -lc has.

xterm will record the locale settings it has been started with in the
environment variable XTERM_LOCALE. It is probably a good idea to have
at least the encoding part of LC_CTYPE and XTERM_LOCALE match.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index