Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39932
| Return-Path | <jeanpierreda@gmail.com> |
|---|---|
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'expressions': 0.07; 'url:unicode': 0.09; 'interesting:': 0.16; 'resource,': 0.16; 'subject:case': 0.16; 'subject:handling': 0.16; 'subject:unicode': 0.16; 'unicode': 0.17; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'regular': 0.27; 'record': 0.28; "i'm": 0.29; 'helpful': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'posting': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'most': 0.61; 'here': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=14Ychyx+gdRyeqcn6hREXjIiYfFUhrzcpbtYsSpXYpA=; b=SMcPYPqbbyeLR0/jN69MmxdGmbPfLL6y5gR/s7azuqa8RtO5RjhdwpoFlXW86tHODi ZaWpJweOnVi6QKFr0PIw6O86eXeE2uL70CpWmD2NczvSSVpO9/8BqqefGvKp5bih6Z8M edrEtCfq1vSGVpsOjWMG6Jj8obpe5wnV4CeusVRkVCmhEXUwwASkvfIiQILmbYj0YaD4 xWACYV5JuZajsyJdNdHqGnU7ruo5Fui5EyKSXDsv8X5wtpC/ssaHKUaf2USyMn2hxxsY iYrUsEHyhZD87Xh7D+//ha/AaezgAZx9JMazeatfOjae7NcCZqFlQWE2PuUkROs4r8zE lQFA== |
| X-Received | by 10.58.234.234 with SMTP id uh10mr11341842vec.37.1361858053259; Mon, 25 Feb 2013 21:54:13 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <CABicbJLzQ9AHrGuaooiBRk45U5CHZYw6CodJFiQvAuF4+7kToA@mail.gmail.com> |
| References | <CABicbJLzQ9AHrGuaooiBRk45U5CHZYw6CodJFiQvAuF4+7kToA@mail.gmail.com> |
| From | Devin Jeanpierre <jeanpierreda@gmail.com> |
| Date | Tue, 26 Feb 2013 00:53:33 -0500 |
| Subject | Re: Correct handling of case in unicode and regexps |
| To | "comp.lang.python" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2533.1361858426.2939.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1361858426 news.xs4all.nl 6941 [2001:888:2000:d::a6]:35774 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python:39932 |
Show key headers only | View raw
I found the following resource, which was most helpful and interesting: a specification of how unicode regular expressions should work: http://unicode.org/reports/tr18/ I'm posting it here for the historical record ;) -- Devin
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Correct handling of case in unicode and regexps Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-02-26 00:53 -0500
csiph-web