Re: [gentoo-user] utf fonts not working right

2009-01-29 Thread smallnow
Willie Wong wrote: > The page you list is encoding in GB2312, Simplified Chinese. > > Your problem, however, is that you don't have the right fonts. Deja-Vu > fonts do not support east asian scripts. (See their website for more > detail.) > > I suggest media-fonts/unifont, which has all Unicode

[gentoo-user] utf fonts not working right

2009-01-29 Thread smallnow
http://www.openmobilefree.net/index.php?entry=entry090125-211840 This page works fine on default fonts of other distros. For me, its got blocks for all the asian characters. I've been through the gentoo documentation utf guide. I'm using deja-vu font in firefox, although it seems to be the same o

Re: [gentoo-user] {OT} Why RAID1?

2008-12-16 Thread smallnow
Get the best of both worlds with raid 5. Personally, I do raid 0 and I agree with you on raid redundancy not being very useful. Backup ftw. I cycle out my hard drives every year or two and make the old ones be backups, I've only ever had the backups die. - Ian

Re: [gentoo-user] [OT] One line script for md5sum

2008-12-13 Thread smallnow
token* is the best. I also have this useful script in my bashrc. its just an extended version of this. [[ $(md5sum < file1) == $(md5sum < file2) ]] so you can just give it two files as its argument and it returns 0 if they are the same. -v for verbose md5() { local v x y; [[ $1 =

Re: [gentoo-user] locale issue to clean up

2008-12-07 Thread smallnow
Mike Edenfield wrote: > You should have a directory in /usr/share/locale for every locale you > want available on your system. The source files for the locales should > be in /usr/share/i18n/locales and /usr/share/i18n/charsets. That is, > you should have all of the following: > > /usr/share/i18n

Re: [gentoo-user] VIM Undo Command

2008-12-07 Thread smallnow
do you have a ~/.vimrc? Try :map u and see if there is a mapping. - Ian Supreme wrote: > Thanks for your reply, > > I dont have gvim installed. I'll install it and see if I get the same error.