From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020625 Description of problem: When running e.g. "make menuconfig" for the kernel on a virtual terminal, the borders show up as accented uppercase letters. It worked fine here (Toshiba Satellite 1800) under RH 7.3 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1."make menuconfig" (or other such menu using program)on vt (not X) 2. 3. Actual Results: Borders show up as uppercase accented letters and other funny characters Expected Results: Borders ;-) Additional info:
Not a kernel bug. Sounds like the console font you're using does not supply box drawing characters.
It *is* a kernel bug. The dialog included in the kernel source does not handle UTF8.
I should say, this is either a bug in the kernel source's dialog, or in the ncurses it links to. It's not an initscripts issue, though.