diff options
author | Matt Wilson <msw@redhat.com> | 2002-12-17 05:10:39 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-12-17 05:10:39 +0000 |
commit | a28689968d00d0c6486a478e9ed9d2a449a233cc (patch) | |
tree | 6e124aae2946d03be0d041c27309ba80903aba5a /loader2/init.c | |
parent | ec6e41128cc321710e19048462818b39fa4705a4 (diff) | |
download | anaconda-a28689968d00d0c6486a478e9ed9d2a449a233cc.tar.gz anaconda-a28689968d00d0c6486a478e9ed9d2a449a233cc.tar.xz anaconda-a28689968d00d0c6486a478e9ed9d2a449a233cc.zip |
enable utf-8 on console too
Diffstat (limited to 'loader2/init.c')
-rw-r--r-- | loader2/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader2/init.c b/loader2/init.c index 694425baa..6ab31a34f 100644 --- a/loader2/init.c +++ b/loader2/init.c @@ -583,8 +583,6 @@ 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"); } |