X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:references:to:subject
	:content-type; q=dns; s=default; b=K5iVfkhtdNb/RlPPqrRalL3r2hqrm
	zfy/+dhAMZ75lLSbCWwN+Y7mHlJXcj3Twm4l80O6ks4SYMZjivDEracQGRqABgHb
	XXbwfR/kWFSOvP+3ZDhQy7R8jbM9vxh3BsChHWYhOAxkM5TTXybhFp/GWBnqhW7l
	M61z9Po4aKwawU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:references:to:subject
	:content-type; s=default; bh=rxDn3muWdaMUz3Hy67mhv85mEJk=; b=n0F
	NBELrN9pedpdM6Q3hy0jd8DcoG2i7m175/0faBhIL1RHtSYWCdLu/HtbFmF4zHiz
	9PB0YpquVVjVb4IC0l9ol1rJrnTAj0YHYJAHjuowBYQrMv4BTPjRpzGZJSKTGXIz
	VRwdEcbVlaStISPMrs3xI6z3lWqvNP0SUlhhl04Y=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,MIME_HEADER_CTYPE_ONLY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=USASCII, US-ASCII, H*RU:74.125.82.193, Hx-spam-relays-external:74.125.82.193
X-HELO: mail-ot0-f193.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:message-id:date:from:references:to:subject         :user-agent;        bh=B+4BaxW53iyent0j/0G1BrSVtbOCAa4tllewLiQho74=;        b=rRnna659R6g1u4jUqBbABVPfyNIAUS5IgQywEB2fTqncb7PAn09fGiCH+1h5RC6u0x         eISPeevC6ylLKZR6OvEFti1ojkigV+wIcP7Mf3VGRzjns0E1urXu1jhB3zPsWyJqkLIS         OpYLsBzVSFlNu0vCy7UCA1NI6l5MiOytu0uuvwXdPn37DZs81ctt4OV1GiEDjyCbgK+9         70nCFHx2KznM5+65QdFMeumynfPixAh3vB13ErFfwnuHOIbB0Oe/3Jmpuxjh5k6QBTP2         GlX5aaVfHrhnKc33qfr5HAl6RPXUwkCmUzcVApxTxRpemPxhKIRg4TKa1cpdzFBpvW+9         tiTQ==
X-Gm-Message-State: AIkVDXJb+1GHR2syE15nFyz6QC7jI/lSWbO5pfMfrf+E3M8ziTFcv1uMLDf58SpPA9Gd7Q==
X-Received: by 10.157.18.182 with SMTP id g51mr7370206otg.273.1486126129977;        Fri, 03 Feb 2017 04:48:49 -0800 (PST)
Message-ID: <58947c31.45a9ca0a.30ba.9fd7@mx.google.com>
Date: Fri, 03 Feb 2017 04:48:49 -0800 (PST)
From: Steven Penny <svnpenn@gmail.com>
X-Google-Original-From: Steven Penny
References: <69665308eafbab3be077da7990739ca6@smtp-cloud6.xs4all.net>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.7.0-0.1
Content-Type: text; charset=UTF-8
User-Agent: mailing-list.awk 1.0.0

On Fri, 03 Feb 2017 10:30:23, Houder wrote:
> Apologies for the confusion ... the unicode symbol I was pasting in was
> the latin small letter o with diaeresis ...
> For some reason something went wrong when I composed my e-mail.

I had the same problem. You need to add

    Content-Type: text; charset=UTF-8

http://github.com/svnpenn/a/blob/d7afee6/etc/mailing-list.awk#L45

If you leave this off, if defaults to US-ASCII:

http://tools.ietf.org/html/rfc2046#section-4.1.2

which is insane because US-ASCII only supports 128 characters:

http://wikipedia.org/wiki/ASCII#Overview


--
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

