Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81328 - Support for automatic unicode-detection
Summary: Support for automatic unicode-detection
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All All
: Low enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 23:55 UTC by fbusse
Modified: 2005-02-09 09:09 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 fbusse 2005-02-08 23:55:50 UTC
Hi
I'd like to request the addition of unicode-start in the baselayout (bashrc, $whatever). Thanks to the documented 'UNICODE="yes"' in rc.conf it should be quite easy to determine if the user runs utf8.
It would be much easier for most users if the console-layout would be corrected by default, without the need to run unicode_start (which changes the consolefont as well, if you don't specify a different one).
Also, one line in rc.conf mentioning unicde-capable consolefonts (I'm using lat9u-16) would be really helpful.  Since I already set an utf8-capable consolefont in rc.conf, I only need this echo -n -e '\033%G' to be run.
Might be a good idea to do this when bash3 gets marked stable. Or myabe you already have different plans :)
Comment 1 SpanKY gentoo-dev 2005-02-09 08:44:49 UTC
if you read init.d/keymaps you'll see that 033%G is already passed to the terminal

as for consolefonts, there is /etc/conf.d/consolefonts, but it looks like when i made the 1.11.9 release, my cvs was missing that file ... it'll be part of 1.11.10 for sure
Comment 2 fbusse 2005-02-09 09:09:35 UTC
baselayout-1.9.4-r6:
$ grep 033 /etc/init.d/keymaps 
$

Only match for 033 is in init.d/consolefont, but not the 033 I'm looking for.
echo -ne "\033(K".
I guess the updated keymaps is still in the ~x86-branch.