bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 1/2] MAKEDEV: Start the console server with UTF-8 as the VC encod


From: Ludovic Courtès
Subject: [PATCH 1/2] MAKEDEV: Start the console server with UTF-8 as the VC encoding.
Date: Mon, 5 Mar 2012 23:36:52 +0100

* sutils/MAKEDEV.sh (vcs): Start the console server with
  `--encoding=UTF-8'.
---
 sutils/MAKEDEV.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 4277b05..726d3e8 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -91,7 +91,7 @@ mkdev() {
       console|com[0-9])
        st $I root 600 /hurd/term ${DEVDIR}/$I device $I;;
       vcs)
-        st $I root 600 /hurd/console;;
+        st $I root 600 /hurd/console --encoding=UTF-8;;
       tty[1-9][0-9]|tty[1-9])
         st $I root 600 /hurd/term ${DEVDIR}/$I hurdio \
           ${DEVDIR}/vcs/`echo $I | sed -e s/tty//`/console;;
-- 
1.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]