]> Sergey Matveev's repositories - public-inbox.git/commit
linkify: support Internationalized Domain Names in URLs
authorEric Wong <e@80x24.org>
Tue, 4 Jun 2019 02:04:21 +0000 (02:04 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Jun 2019 10:04:57 +0000 (10:04 +0000)
commit1735e5c2cf87b28b096ad91008bdb764d853b26d
tree9cdf3ae883b9df1309bee4e4cd22cd1d5bdf69d5
parentb77c87a6fce05c4f2048aa0a73fde7b25a2b0002
linkify: support Internationalized Domain Names in URLs

The "\w" character class in Perl matches any word characters
in the Unicode database, not just ASCII characters.  So we
must be prepared for that and generate links to IDNs.
lib/PublicInbox/Linkify.pm
t/linkify.t