X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4BABAE0A.7090903@bopp.net> Date: Thu, 25 Mar 2010 13:40:10 -0500 From: Jeremy Bopp User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: FW: special font characters in rxvt References: <4067829B4871054DB7E77A511FCE9224013E3E5B AT exch-emp DOT campus DOT georgefox DOT edu> In-Reply-To: <4067829B4871054DB7E77A511FCE9224013E3E5B@exch-emp.campus.georgefox.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 3/25/2010 1:27 PM, Gary Spivey wrote: > > I am running Cygwin on Windows 7. When I use the bash terminal, all of the font characters look fine – man pages render with color and bold. However, when I use rxvt, I cannot seem to find a font/terminal setting that will render fonts properly. I get a lot of gobbeldy-gook in rxvt. For example, > > When I do a make and get an error, the bash shell shows … > > ‘)’ > > While the rxvt window shows > > ‘)†> > Can anybody help me set up the rxvt terminal to display fonts like the normal cygwin bash terminal? This issue has already been covered an number of times in the past couple months, so you should probably search the mail archives for solutions and details. What I remember offhand is that the default character encoding in Cygwin is now UTF8. This encoding is not supported by rxvt though, so you'll see messes like this for any multibyte characters. While you could change your LANG setting to specify a character encoding which is compatible with rxvt, a better option IMO is to switch to mintty, which supports UTF8 and other character encodings. The rxvt package has apparently been abandoned for a long time, even upstream, so it will never be fixed and will eventually wither away. Mintty, on the other hand, is quite actively supported, easy to use, and extremely solid in my experience. -Jeremy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple