From owner-freebsd-current@FreeBSD.ORG Wed Feb 5 17:06:51 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2663631 for ; Wed, 5 Feb 2014 17:06:51 +0000 (UTC) Received: from nm20-vm0.bullet.mail.ne1.yahoo.com (nm20-vm0.bullet.mail.ne1.yahoo.com [98.138.91.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BCF910A6 for ; Wed, 5 Feb 2014 17:06:50 +0000 (UTC) Received: from [98.138.100.116] by nm20.bullet.mail.ne1.yahoo.com with NNFMP; 05 Feb 2014 17:06:44 -0000 Received: from [98.138.226.132] by tm107.bullet.mail.ne1.yahoo.com with NNFMP; 05 Feb 2014 17:06:44 -0000 Received: from [127.0.0.1] by smtp219.mail.ne1.yahoo.com with NNFMP; 05 Feb 2014 17:06:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1391620004; bh=335wCFx7WVXf9Kp3RkuX2/OdjrMFoHzvhP2JMKLJsb4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=0jqLmCwQPAUBSjYHgXrE1efEhsqB2r63swLFRvn+0g3LDjGhO2OgefkgbwrCrF6ye2glll4HxYxLWuZtsh24UMLbsVLQ3VtAWr2z+6zzQIdzphYYq01jDBvT5BQx69siK1TaFGcZ0tV5JxFu/cMBvp5G+805t704K2PBsuSPkM8= X-Yahoo-Newman-Id: 233531.56151.bm@smtp219.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: NJA5kS8VM1lz8RHfI2Z966NIRrfogvtTCs.dJYcHnLWUvq_ _X2NmijsaMbvd5.KSLO5AYtmo2J1vFfN0ce0ygBx_WNn2tK_RkkoalJv9cde X.td8VTyZp4mOzNBQrcE_IL3nZstbq7Z1b314kCVjnwpHSpr0qQUq4BXjwyR l1Uf5t32422sJmkq56JZVILf_D4eRtQHOnc6npPWUtclx8r2rBflgVfOKNbl nKQHvgZ44CkmT7Y1ee6acWOvzECoHLaHeQQimng3X1zqKWf_Pf5bqG8s11Tj aMtO33rytnjgtTQanuBvf.Dde3dRedpzLR9v0neiJ3K.6NEQ_9mNLmB28cIE .tpcbWE7oxOLvN7V4pB6x7M.Z2oaMS5Si4oLWJUA8b3XxmwJcnuj3CW6zQv5 fEP1jUxEQ2XdfvU5MYBYafTzD3oHlISjcaL9SNfSQS45HJlEsdKVSjMiFNJS Fm06wDeZps1Ysavnd_2nfiQmUEDEEb4Yp9jelm1Fw.RKMV69eS2Rc6wxeKUR 07nHIVyFI1zCaoEUO6QhN8a2RZinHSsndv9daniLtTSk_Bou1C.JKMNE42ph x4A-- X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [10.73.160.242] (sean_bruno@209.131.62.116 with plain [63.250.193.228]) by smtp219.mail.ne1.yahoo.com with SMTP; 05 Feb 2014 09:06:44 -0800 PST Subject: Re: fonts and characters From: Sean Bruno To: "freebsd-current@freebsd.org" In-Reply-To: <1391619779.1481.9.camel@powernoodle.corp.yahoo.com> References: <1391614923.1481.3.camel@powernoodle.corp.yahoo.com> <1391619779.1481.9.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="us-ascii" Date: Wed, 05 Feb 2014 09:06:42 -0800 Message-ID: <1391620002.1481.10.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 17:06:51 -0000 On Wed, 2014-02-05 at 09:02 -0800, Sean Bruno wrote: > On Wed, 2014-02-05 at 07:42 -0800, Sean Bruno wrote: > > I note that I have somehow failed to install or configure my system so > > that my terminal does not render characters outside of my alphabet at > > all. > > > > Typically, I run my IRC sessions in tmux inside a xfce-terminal, but I'm > > not sure how to get proper rendering of characters for other alphabets > > (cyrillic, kanji, etc). Is this a trivial mistake on my part or is > > something slightly more interesting going on? > > > > sean > > > > p.s. firefox renders other alphabets (for the most part) just fine. > > Huh ... setting LANG=en_US.UTF-8 totally fixes this. No idea why its > not set but default though. > > sean > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Oh gross. Now the ncurses rendering in net-im/finch is screwed up. :-) More debugging required I guess. sean