All of lore.kernel.org
 help / color / mirror / Atom feed
* menuconfig and UTF-8
@ 2004-04-04 12:24 Marcel Sebek
  2004-04-05 21:21 ` Sam Ravnborg
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Sebek @ 2004-04-04 12:24 UTC (permalink / raw)
  To: linux-kernel

Hi.

I'm using UTF-8 and new changes in Makefile (2.6.5-rc3/2.6.5-final)
broke using menuconfig on linux console (xterm works ok).

$ locale
LANG=POSIX
LC_CTYPE=en_US.UTF-8
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

This patch fixes it:

diff -urN linux-2.6/Makefile linux-2.6-new/Makefile
--- linux-2.6/Makefile	2004-04-04 14:20:16.000000000 +0200
+++ linux-2.6-new/Makefile	2004-04-04 14:22:18.000000000 +0200
@@ -114,7 +114,6 @@
 LC_ALL :=
 endif
 LC_COLLATE := C
-LC_CTYPE := C
 export LANG LC_ALL LC_COLLATE LC_CTYPE
 
 srctree		:= $(if $(KBUILD_SRC),$(KBUILD_SRC),$(CURDIR))

-- 
Marcel Sebek
jabber: sebek@jabber.cz                     ICQ: 279852819
linux user number: 307850                 GPG ID: 5F88735E
GPG FP: 0F01 BAB8 3148 94DB B95D  1FCA 8B63 CA06 5F88 735E


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-04-18 11:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-04 12:24 menuconfig and UTF-8 Marcel Sebek
2004-04-05 21:21 ` Sam Ravnborg
2004-04-06 18:40   ` Marcel Sebek
2004-04-06 18:56     ` Måns Rullgård
2004-04-06 19:22       ` Marcel Sebek
2004-04-18 11:35         ` Marcel Sebek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.