I took a stab at resolving T30980 and adding a non-ASCII tag name.
This was surprisingly easy until I tried to make the tag's parameters non-ASCII as well. Apparently, the Sanitizer only allows ASCII Latin letters, digits and a bit of punctuation, but no Unicode characters.
Would it be disastrous to add support for non-ASCII characters?
Version: unspecified
Severity: normal