django-precise-bbcode icon indicating copy to clipboard operation
django-precise-bbcode copied to clipboard

TEXT placeholder doesn't match unicode characters

Open PeterTillema opened this issue 3 years ago • 0 comments
trafficstars

[center]🎈[/center] will not be rendered as HTML, since the 🎈 character is not valid text. However, the documentation says that TEXT "matches anything", so I would suspect unicode characters as well.

Why don't use use .+, as it matches anything, like the docs say?

PeterTillema avatar Jun 16 '22 23:06 PeterTillema