X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Y1Q9wDcD8PMuriSxIkGMSWTYs6oqO 6zlHhUhCbXBMLCNbJKg/PPXWfdcCa0kIizJ6D+Q5adD7ceBloi3vQaVhwzY+Ji0I 1pKxeV3WMOxOTVeGyn1SXifJnq4YsyM2yONIIehPPGBJ4e4s6rj9M8jmRgzs0aS5 BQ2RtE+D9GStVo= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=gKDO/0QCTZsR3G9tgkz0sx9dOJY=; b=HzW aThjjv6xBjw0uXOzVnrrjOY/1miBIdtdi1LEXYjuYskmSI1TubZ/rddzIQ7E4N7m 0QLHdasLBsA9MYp875qt7vKJRo2JNaRiwtk7MyRWLH0q3P1izUghWKg2fjk+DTcy f08+jS310pSP2sO/G8Lv5Sfh9446IvGFlfOqJgho= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=emoji X-HELO: mail-wm0-f53.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vV+qlzE7hUhnlPuAknGJY0w1NyhH+NgGmFpencbz3Tc=; b=pMi35FCO/JNINSfPLJoYPPjmt2ux4ufT8xqBgbnfwahYSgkVmh6zcRTSfDypz86nC/ s7udo3EYhQ+NaFUdDcKw5v3vUX0B+EbsO55pMSTb1YWAzyfFmM6Qci31uXyxjWjpnt0U rY3vxXgqwYUoehtKiSm5ClBgWrMSJlV+jEo2peUazh3s2QkCtVSqQye36k99VdN1FP3i Qj8UNgnMxHPMU0ULRY9aUxytwH2lEnimDXVxFYBvBvw2VMpMD6/569ZoKg2Akqvv1VKQ lFF+lmdwsXd+Tzl/KsKI7Z9h1UmMXW2qXTm9v+DsBEubiWHOoPKrVfsFFvzCB+x4Nx3Z 9NAw== X-Gm-Message-State: AODbwcAUJvB6PtoVIHR7o1GCJ1+3JShrjUI6JASg7bab1srtcIHf2xKS 7GOMRiKJZo8XevcmHXuvcAlseK08CQ== X-Received: by 10.80.174.246 with SMTP id f51mr21716131edd.157.1495614634352; Wed, 24 May 2017 01:30:34 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?V=C3=A1clav_Haisman?= Date: Wed, 24 May 2017 10:30:33 +0200 Message-ID: Subject: Python2 "narrow" build, Unicode issue in regex package To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hi. I have recently hit an issue ([1]) with Python 2.7 and regex package for it on Cygwin. It appears that Cygwin's Python 2.7 is so called narrow build. This causes issues when working with Unicode code point outside BMP, like the emoji code points in my issue. Is there a chance Cygwin's Python could be rebuilt as a wide build? [1] https://bitbucket.org/mrabarnett/mrab-regex/issues/241/issues-matching-unicode-code-ranges-with-p -- VH -- 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