GNU bug report logs -
#51733
27.1; Detect impossible email addresses better
Previous Next
Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Date: Wed, 10 Nov 2021 00:29:01 UTC
Severity: wishlist
Found in version 27.1
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
> That one should probably be elsewhere. Although even in that case, I
> don't really see how it could be useful for anything other than this
> particular purpose? I bet most Lisp programmers don't even know what
> is a "script" in the Emacs context.
Yeah, probably true...
By the way:
https://www.unicode.org/reports/tr24/tr24-32.html#Scripts_and_Blocks
As a result, using the block names as simplistic substitute for
script identity generally leads to poor results.
It looks like we're doing that, though? And indeed:
(elt char-script-table #xAB65)
=> latin
which is wrong, because that's
GREEK LETTER SMALL CAPITAL OMEGA
So we should be populating char-script-table from
http://www.unicode.org/Public/UCD/latest/ucd/Scripts.txt instead of
Blocks.txt. So I'll be doing that, too.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 124 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.