On Thu, Jun 21, 2012 at 04:19:03PM -0600, John Lips wrote: > I tried adding en_US ISO-8859-1 to /etc/locale.gen, issuing: > > $ locale-gen > > and then rebooting, but when I issue: > > $ locale > > I still get: > > LANG=en_US.UTF-8
You also need "export LC_ALL=en_US" in your ~/.bashrc or .zshrc (depending on which shell you're using). There should be a Gentoo way of setting this. On Debian dpkg-reconfigure locales does it for me. > So what are my options. Is the alpha usable? Is there something else > I can do with my locales? I think I need to stick with utf8 since I > am using gtk+ to write a text editor, which I use constantly. gtk+ > requires all text files to be utf8 compliant. The alpha isn't too usable; some bugs when I checked last. I've coded for gtk+ before using en_US locale with no trouble. But then again, I rarely use special characters (e.g. é in comments, etc.) so the files can just as easily pass from iso-8859-1 to utf8. The only time I need utf8 is when someone sends me a bizaire email I can't read. In that case I run LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 xterm and view it in xterm. I've run out of free time, so I won't be able to add features. However I used mrxvt 24/7, so I usually fix bugs that affect me presently. Thankfully there haven't been any of these in a while... GI -- Alternative definitions of terms from Math Lectures: CLEARLY: I don't want to write down all the "in-between" steps. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Materm-devel mailing list Materm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/materm-devel mrxvt home page: http://materm.sourceforge.net