> On 1 Jun 2023, at 19:10, David Mertz, Ph.D. <[email protected]> wrote: > > %time unicode_whitespace = [chr(c) for c in range(0xFFFF) if > unicodedata.category(chr(c)) == "Zs"] Try 0x10ffff to get all of unicode. Barry _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/HMB57XHRGWRUJE4ZMULNBOGKD3ILH2DY/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-ideas] Add a .whitespace property to... Antonio Carlos Jorge Patricio
- [Python-ideas] Re: Add a .whitespace pr... Paul Moore
- [Python-ideas] Re: Add a .whitespac... David Mertz, Ph.D.
- [Python-ideas] Re: Add a .white... Chris Angelico
- [Python-ideas] Re: Add a .w... David Mertz, Ph.D.
- [Python-ideas] Re: Add... Paul Moore
- [Python-ideas] Re: Add a .whitespac... Marc-Andre Lemburg
- [Python-ideas] Re: Add a .white... David Mertz, Ph.D.
- [Python-ideas] Re: Add a .w... Richard Damon
- [Python-ideas] Re: Add a .w... Ethan Furman
- [Python-ideas] Re: Add a .w... Barry
- [Python-ideas] Re: Add a .w... Marc-Andre Lemburg
- [Python-ideas] Re: Add... David Mertz, Ph.D.
- [Python-ideas] Re:... Chris Angelico
- [Python-ideas]... David Mertz, Ph.D.
- [Python-ideas]... Chris Angelico
- [Python-ideas]... David Mertz, Ph.D.
- [Python-ideas]... Chris Angelico
- [Python-ideas]... David Mertz, Ph.D.
- [Python-ideas]... Chris Angelico
- [Python-ideas]... David Mertz, Ph.D.
