django-precise-bbcode
django-precise-bbcode copied to clipboard
TEXT placeholder doesn't match unicode characters
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?