uxterm(1) General Commands Manual uxterm(1)NAME
uxterm - X terminal emulator for Unicode (UTF-8) environments
SYNOPSIS
uxterm [ xterm-options ]
DESCRIPTION
uxterm is a wrapper around the xterm(1) program that invokes the latter program with the 'UXTerm' X resource class set. All arguments to
uxterm are passed to xterm without processing; the -class and -u8 options should not be specified because they are used by the wrapper.
See the xterm manual page for more information on xterm-options.
The environment's locale settings (see "ENVIRONMENT" below) are used to discern the locale's character set. If no current locale can be
determined, the locale 'en_US' (the English language as used in the territory of the United States) is assumed. The locale(1) utility is
used to determine whether the system supports the selected locale. If it does not, uxterm will exit with an error and report the output of
locale.
Note: uxterm may produce unexpected results if the current locale is set to one in which the UTF-8 character encoding is not supported, or
if fonts using the ISO 10646-1 character set are not available. In the Debian system, the 'xfonts-base' package provides the fonts that
uxterm uses by default. To change the fonts uxterm uses, edit the /etc/X11/app-defaults/UXTerm file.
A similar wrapper, koi8rxterm(1), is available for KOI8-R environments.
ENVIRONMENT
LC_ALL, LC_CTYPE, LANG
The values of these variables are checked, in order, to determine the character set used by the current locale.
AUTHOR
Thomas Dickey
SEE ALSO locale(1), locale(7), koi8rxterm(1), xterm(1)Debian Project 2004-12-19 uxterm(1)
Check Out this Related Man Page
koi8rxterm(1) General Commands Manual koi8rxterm(1)NAME
koi8rxterm - X terminal emulator for KOI8-R environments
SYNOPSIS
koi8rxterm [ xterm-options ]
DESCRIPTION
koi8rxterm is a wrapper around the xterm(1) program that invokes the latter program with the 'KOI8RXTerm' X resource class set. All argu-
ments to koi8rxterm are passed to xterm without processing; the -class and -k8 options should not be specified because they are used by the
wrapper. See the xterm manual page for more information on xterm-options.
The environment's locale settings (see "ENVIRONMENT" below) are used to discern the locale's character set. If no current locale can be
determined, the locale 'ru_RU.KOI8-R' (the Russian language as used in the territory of Russia, with the KOI8-R character set) is assumed.
The locale(1) utility is used to determine whether the system supports the selected locale. If it does not, koi8rxterm will exit with an
error and report the output of locale.
Note: koi8rxterm may produce unexpected results if the current locale is set to one in which the KOI8-R character encoding is not sup-
ported, or if fonts using that encoding are not available. In the Debian system, the 'xfonts-cyrillic' package provides the fonts that
koi8rxterm uses by default. To change the fonts koi8rxterm uses, edit the /etc/X11/app-defaults/KOI8RXTerm file.
A similar wrapper, uxterm(1), is available for Unicode UTF-8 environments.
ENVIRONMENT
LC_ALL, LC_CTYPE, LANG
The values of these variables are checked, in order, to determine the character set used by the current locale.
AUTHOR
koi8rxterm was written by Branden Robinson and is very heavily based on uxterm, by Thomas Dickey. The assistance of Jurij Smakov was
invaluable in sanity-checking its operation.
SEE ALSO locale(1), locale(7), uxterm(1), xterm(1)Debian Project 2004-12-19 koi8rxterm(1)
i have this script that launches multiple xterm sessionon a CDE. i would like to test the xterm so that when i execute the script using an ordinary terminal it will detect that it will unable to launch the xterm and execute other script instead.
i tried using trap and exit status. maybe i am... (2 Replies)
Hi,
I have written this Auto mount using script.
xterm -e mount/filesrv
xterm -e /root/parameters/param.sh&
xterm -e /root/parameters/prnscript/makePRN.sh&
xterm -e /root/parameters.Releasechecker.sh&
After Executing this script. I am getting 6 screens. It supposed to get only 3 screens. (0 Replies)
Dear Sirs
I posted this question to "Unix for dummies" but got no answers, so I'm asking help from this group.
Whenever I bring up an xterm window on my laptop running Mandrivia Linux, the font in the xterm window is so small that it is practically unreadable !
What switches do I need to... (1 Reply)
I'm using exceed on a Windows PC to open a xterm to my SunOs 5.8 system.
Everything works fine except for one thing, I can't have my scrollbar on the right side of the xterm windows.
Here's a copy of my .Xdefaults file:
# xterm
xterm*loginShell: True
xterm*background: black... (3 Replies)
Hi,
When I am trying to use wc -c "filename" in terminal it is printing the file size. But when I change the terminal locale setting using export LC_ALL=ZH_CN.UTF-8 and try, it is giving an error in chinese saying (Invalid multibyte character) and not printing the size. Same problem I am facing... (2 Replies)
Hi,
I have a Solaris (SunOS 5.10) installed, by default with the en_AU.UTF-8 locale. I want to change it to en_US.UTF-8
With AU, I have no issues whatsoever, so I installed the language package and now locale -a shows "en_US.UTF-8".
Problem is even with LC_ALL set in etc/default/init, the... (2 Replies)