redcarpet icon indicating copy to clipboard operation
redcarpet copied to clipboard

Fix issue of UTF-8 belows the autolinked www link and url link.

Open david50407 opened this issue 10 years ago • 2 comments

Like https://github.com/vmg/redcarpet/pull/463 , this PR fixed the issue https://github.com/vmg/redcarpet/pull/358 .

Notice that always check the char is out of the UTF-8 range with isalpha, isspace, and other ASCII char detecting functions.

david50407 avatar Feb 07 '15 15:02 david50407

@robin850 Good to merge?

kintner avatar Apr 17 '15 20:04 kintner

Any reason for not merging this?

AThomsen avatar Jun 12 '18 19:06 AThomsen