Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45472
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <petite.abeille@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.053 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.00; 'url:pypi': 0.03; 'algorithm': 0.04; 'python': 0.11; 'subject:search': 0.16; 'symbols': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'to:name:python- list@python.org': 0.22; 'sean': 0.24; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'appear': 0.29; 'am,': 0.29; 'letter.': 0.31; 'trivial': 0.31; 'url:python': 0.33; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'i.e.': 0.36; 'url:org': 0.36; 'list': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.63; 'such': 0.63; 'charset:windows-1252': 0.65; 'hand': 0.80; '2013,': 0.91; 'forgotten': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=1hw5PBR72n1PfthqY1hLkXuclBU6Ub4f+h/XIrTB5YY=; b=Ml4Ygo31MYKM8gZwCkxurC7++CvrcfDkryTEjzxVRbx0qCRVFuvzi3Dv0BPSBcrGSB 6h7TCnCQvr1y29hfAteSn+Z7HB64g5DqyWtvLrjqLkn2wkmrOtmuAvh29xdVrqoU0Y11 qIOBgy01bm6IgbdYnlCd4RZagZdMnc/BlN1EE2ac0QrC2FCpq3ZhEH6Liq6uOPNrVWlb PsmUg6OVDsQsEIkXV9IeHfKuPPGnfjjtF5pWotu3oSb3EI+DWlxEyQ/6JPrGzaBVmI/r w7gAADvzJIYfA9aCak494ujie/aQy1kSMMeF6mOd9teuCSqU2IIJ3BbzBk2X8HOaZYIV s3NA== |
| X-Received | by 10.180.20.148 with SMTP id n20mr31115723wie.8.1368774960624; Fri, 17 May 2013 00:16:00 -0700 (PDT) |
| Content-Type | text/plain; charset=windows-1252 |
| Mime-Version | 1.0 (Mac OS X Mail 6.3 \(1503\)) |
| Subject | Re: Diacretical incensitive search |
| From | Petite Abeille <petite.abeille@gmail.com> |
| In-Reply-To | <20130517085704.3f6609e8@pcolivier.chezmoi.net> |
| Date | Fri, 17 May 2013 09:15:27 +0200 |
| Content-Transfer-Encoding | quoted-printable |
| References | <20130517085704.3f6609e8@pcolivier.chezmoi.net> |
| To | "python-list@python.org" <python-list@python.org> |
| X-Mailer | Apple Mail (2.1503) |
| 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.1782.1368774962.3114.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368774962 news.xs4all.nl 15981 [2001:888:2000:d::a6]:55988 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45472 |
Show key headers only | View raw
On May 17, 2013, at 8:57 AM, Olive <diolu.remove_this_part@bigfoot.com> wrote: > The algorithm to write such a function is trivial but there are a lot of mark we can put on a letter. It would be necessary to have the list of "a"'s with something on it. i.e. "à,á,ã", etc. and this for every letter. Trying to make such a list by hand would inevitably lead to some symbols forgotten (and would be tedious). Perhaps of interest… Sean M. Burke Unidecode… There appear to be several python implementations, e.g.: https://pypi.python.org/pypi/Unidecode
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Diacretical incensitive search Olive <diolu.remove_this_part@bigfoot.com> - 2013-05-17 08:57 +0200
Re: Diacretical incensitive search Petite Abeille <petite.abeille@gmail.com> - 2013-05-17 09:15 +0200
Re: Diacretical incensitive search Peter Otten <__peter__@web.de> - 2013-05-17 10:30 +0200
Re: Diacretical incensitive search Olive <diolu.remove_this_part@bigfoot.com> - 2013-05-17 17:37 +0200
Re: Diacretical incensitive search jmfauth <wxjmfauth@gmail.com> - 2013-05-17 10:31 -0700
Re: Diacretical incensitive search Jorgen Grahn <grahn+nntp@snipabacken.se> - 2013-05-20 09:10 +0000
csiph-web