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:
REM here lies the old line...
REM ...and here's the new
set PATH=C:\cygwin\bin;%PATH%