On 3/19/09, Anselm R Garbe <[email protected]> wrote: > 2009/3/19 bill lam <[email protected]>: >>> - die("dwm-"VERSION", © 2006-2009 dwm engineers, see LICENSE >>> for details\n"); >> >> Not related to autoconfm but I notice the copyright sign is in utf-8. >> If dwm is compiled in other locale, will it display properly when >> run on that locale? > > No, but we expect all users are using UTF-8 nowadays -- and if not, > they won't care either about that detail I suppose (like those OpenBSD > users ;)).
hm probably "(c)" would be better there (and in the license) this is the only non-ascii character in the code (luckily none of the contributors has funny name..) while expecting utf8 is reasonable it is not required by posix or the c standard (local specific behaviour is always risky and who knows how many non utf8 safe tools are out there..)
