From owner-freebsd-current@FreeBSD.ORG Wed Feb 5 17:03:08 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A85D423A for ; Wed, 5 Feb 2014 17:03:08 +0000 (UTC) Received: from nm3-vm6.bullet.mail.ne1.yahoo.com (nm3-vm6.bullet.mail.ne1.yahoo.com [98.138.91.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3849E1025 for ; Wed, 5 Feb 2014 17:03:07 +0000 (UTC) Received: from [98.138.101.130] by nm3.bullet.mail.ne1.yahoo.com with NNFMP; 05 Feb 2014 17:03:01 -0000 Received: from [98.138.226.59] by tm18.bullet.mail.ne1.yahoo.com with NNFMP; 05 Feb 2014 17:03:01 -0000 Received: from [127.0.0.1] by smtp210.mail.ne1.yahoo.com with NNFMP; 05 Feb 2014 17:03:01 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1391619781; bh=If3YfLQeL/CqrMZ1++tiNMpTTRoniYfbPfZRe9nKPqE=; 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=sVUdDh/RzzlP9Glp+txZsNAOadtlsOsR1h+Rxl4xbl+ZwXA+sFeA9y3GZMkwQaTQPb6EK0ZG9+jKc5HK7XztPirV6RNWy92dr4+uNf1vnG0i01DQvdzgAR9E8Ok+hv3nKB5zELnmVVR8YJvq50zVcIntz344ZCEV6hBB2S0oTFQ= X-Yahoo-Newman-Id: 800395.664.bm@smtp210.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: CQHnsXQVM1nAGP4aM7XHL6bgh4CxnA3ypRKoDbWvvlm8Lzx 6IKiNcNSWzOeNDJVQJVdXLFlmjkrRV.T1s8jXsrtYyrsfGQH6MQ0l8zc_2xJ vnIKRJmMcHWWLyNiB2FkVx1WesgyQnfew_h0zQLmStMp7ALCBRhxEmq5aBIk VE1kwhmCvLUMM2LanlmQHgxdMzVd9Rr9iJJOZNqJM8qFYvgtGvv9aLC5L1Ji FEUdXAnV2X.AMHr3Y51mFD8.U64fi86IshQ84_aWJ332CbWP9oAkmVMnHDzR SCy.5dhdNn6Asx96fqlW2.yyYYvb6bqyUNQKUPSPofxODqiSFY6sLRonZy7T iaoCwh2Eyw6ZOqI1RtCL_vxVsvT43bix4dIirougm9ixMRN16ZI97n8H_CXE 924WhvNaK2Hf3cx1MbxFT5u1OqqXUW1ZEOA.G12ymcUYfe97YQkvrS6.qQsb wVZZI54sSC3pnXjGG5bvZFXQKmuYCk50OC..UMawH8buwvHjBemlCW.CTE1D UXHUOzM7fdnEx6GCSE3Yc.wpQ32uraEQnMcHGcA65wWZtwCQGD_mWPnJ37X7 UKujk164- X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [10.73.160.242] (sean_bruno@209.131.62.116 with plain [98.139.211.125]) by smtp210.mail.ne1.yahoo.com with SMTP; 05 Feb 2014 09:03:01 -0800 PST Subject: Re: fonts and characters From: Sean Bruno To: "freebsd-current@freebsd.org" In-Reply-To: <1391614923.1481.3.camel@powernoodle.corp.yahoo.com> References: <1391614923.1481.3.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="us-ascii" Date: Wed, 05 Feb 2014 09:02:59 -0800 Message-ID: <1391619779.1481.9.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:03:08 -0000 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