Deutsch   English   Français   Italiano  
<tkgav9$7tmg$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: Dominique <zzz@aol.com>
Newsgroups: fr.comp.lang.python
Subject: =?UTF-8?Q?Re=3a_Propri=c3=a9t=c3=a9s_Unicode_dans_les_regex_Python?=
Date: Wed, 9 Nov 2022 14:46:17 +0100
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <tkgav9$7tmg$1@dont-email.me>
References: <tk67uo$1b37$1@cabale.usenet-fr.net>
 <63680b04$0$3005$426a74cc@news.free.fr>
 <unicodedata-20221109092838@ram.dialup.fu-berlin.de>
 <tkft8s$6lnj$1@dont-email.me>
 <Unicode-20221109110750@ram.dialup.fu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 9 Nov 2022 13:46:17 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="f067f3524fce70e5c21e074060e0496c";
	logging-data="259792"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19F0dwav5yYbaT9cBdQTmmeyw7PZakO2f0="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
 Thunderbird/102.4.2
Cancel-Lock: sha1:qnoIbh9wvD2vpdnbXkAy91oL5v0=
Content-Language: fr
In-Reply-To: <Unicode-20221109110750@ram.dialup.fu-berlin.de>
Bytes: 2227

Le 09/11/2022 à 11:09, Stefan Ram a écrit :
> Dominique <zzz@aol.com> writes:
>> Le 09/11/2022 à 09:33, Stefan Ram a écrit :
>>> import unicodedata
>>> source = "abcdEfgh"
>>> for i, ch in enumerate( source ):
>>>       if unicodedata.category( ch )== 'Lu':
>>>           print( i, ch )
>> Bonjour,
> 
>    Bonjour !
> 
>> Pourrais-tu expliquer ton script que je ne comprends pas ? À quoi
>> correspond 'Lu' ? Est-ce spécifique unicodedata ?
> 
>    Il s'agit d'une catégorie de caractère spécifique à Unicode,
>    qui est attribuée à chaque caractère par l'annexe #44 "Base
>    de données des caractères Unicode" de la spécification Unicode.
>    "L" = lettre, "u" = "upper case" (majuscule).
> 
> 

Ah d'accord, merci. Je ne connaissais pas. J'aurai appris quelque chose 
aujourd'hui :)

Bon après-midi à toi,

-- 
Dominique
Courriel : dominique point sextant ate orange en France
Esto quod es