Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133811 - ncurses applications do not like unicode
Summary: ncurses applications do not like unicode
Status: RESOLVED DUPLICATE of bug 106820
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-19 14:26 UTC by Roman Polach
Modified: 2006-05-19 14:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Polach 2006-05-19 14:26:03 UTC
when I set:
  in /etc/rc.conf
    UNICODE="yes"
  in /etc/env.d/02locale
    LC_CTYPE=cs_CZ.utf8
    LC_COLLATE=cs_CZ.utf8
  in /etc/conf.d/consolefont
    CONSOLEFONT="lat2-16"
    CONSOLETRANSLATION="8859-2_to_uni"

then ncureses applications like "mc" or kernel "make menuconfig"
have visualy scattered user interface

when I set:
  in /etc/rc.conf
    UNICODE="no"
  in /etc/env.d/02locale
    LC_CTYPE=cs_CZ
    LC_COLLATE=cs_CZ
  in /etc/conf.d/consolefont only
    CONSOLEFONT="lat2-16"

then they works OK for me.

It's seems to be a issue of ncurses...
or have I set unicode settings wrong way?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-19 14:35:26 UTC

*** This bug has been marked as a duplicate of 106820 ***