Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 40644: /trunk/epan/dissectors/ /trun

From: Tony Trinh <tony19@xxxxxxxxx>
Date: Mon, 23 Jan 2012 17:45:22 -0500
On Mon, Jan 23, 2012 at 4:56 PM, Maynard, Chris <Christopher.Maynard@xxxxxxxxx> wrote:

> From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Tony Trinh
> Sent: Monday, January 23, 2012 4:46 PM
> To: Developer support list for Wireshark
> Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 40644: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-pgm.c
>
> I think I know what the problem is: the ugly default font of Cygwin's command window (which I presume you're using) doesn't support the required charset. Right-click the title bar of your Cygwin window, choose "Properties > Font", and select "Consolas" or "Lucida Console".

Thanks Tony.  I can read it OK now w/cat, tail, vim, etc., but unfortunately copy/paste still doesn't work. :(
- Chris

Try using mintty, which Cygwin recommends. It can copy/paste UTF-8 into vim without any configuration.

I modified Cygwin.bat as follows:

@echo off

C:
chdir C:\cygwin\bin

REM here lies the old line...
REM bash --login -i

REM ...and here's the new
set PATH=C:\cygwin\bin;%PATH%
start mintty