summaryrefslogtreecommitdiffstats
path: root/loader2/init.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-11 23:54:47 +0000
committerMatt Wilson <msw@redhat.com>2002-12-11 23:54:47 +0000
commit8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac (patch)
tree633ca11b3cb87503512a77470a1284f4512afde3 /loader2/init.c
parent1c491c9c515c1790e505a4100c46ab46bcc5aefc (diff)
downloadanaconda-8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac.tar.gz
anaconda-8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac.tar.xz
anaconda-8c307da285ad1cc5b3e900dc2f0ae11faf1fa6ac.zip
first pass at using unicode in text mode
Diffstat (limited to 'loader2/init.c')
-rw-r--r--loader2/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/init.c b/loader2/init.c
index d31e9742f..4566e32ec 100644
--- a/loader2/init.c
+++ b/loader2/init.c
@@ -583,6 +583,8 @@ int main(int argc, char **argv) {
/* turn off screen blanking */
printstr("\033[9;0]");
printstr("\033[8]");
+ /* enable UTF-8 console */
+ printstr("\033%G");
} else {
printstr("(running in test mode).\n");
}