Unable to see PM lists for non-ASCII tag

The issue here is that we are parameterizing the tag name here which strips special characters from strings. This also means that tags with emoji in name will show same behaviour.

The fix is pretty simple (PR):

But I am not sure of the side effects of removing parameterizing. The interesting thing is it was I who added parameterization two years ago in:

But not sure what issue it was fixing.

I have tested the PR pretty rigorously locally and I don’t see any issue with removing parameterizing of tag names.

EDIT: PR is merged.

8 Mi Piace