summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2009-10-08 18:35:57 -0700
committerEric Sandall2009-10-08 22:48:23 -0700
commit54e338013929f8a343879ef8b885400fdccebbba (patch)
tree87ccbb03d1f20f5223dd2f17897dbd171abeba3c
parent497e380e8259086d9fbff52b3d60232d42863ec7 (diff)
luit: Cleanup whitespace
(cherry picked from commit 8f8f8438cdfce40ca06d2baace86c6a78920dc67)
-rwxr-xr-xxorg-app/luit/DETAILS10
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-app/luit/DETAILS b/xorg-app/luit/DETAILS
index c9d1cda0bf..210ea94f55 100755
--- a/xorg-app/luit/DETAILS
+++ b/xorg-app/luit/DETAILS
@@ -11,12 +11,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT="Locale and ISO 2022 support for Unicode terminals"
cat << EOF
Luit is a filter that can be run between an arbitrary application and a
-UTF-8 terminal emulator. It will convert application output from the
-locale's encoding into UTF-8, and convert terminal input from UTF-8
+UTF-8 terminal emulator. It will convert application output from the
+locale's encoding into UTF-8, and convert terminal input from UTF-8
into the locale's encoding.
-An application may also request to a different output encoding using
-ISO 2022 and ISO 6429 escape sequences. Use of this feature is
-discouraged: multilingual applications should be modified to directly
+An application may also request to a different output encoding using
+ISO 2022 and ISO 6429 escape sequences. Use of this feature is
+discouraged: multilingual applications should be modified to directly
generate UTF-8 instead.
EOF