タグの作成方法:C++ または Notepad++

こんにちは!
C++ のタグを作成しようとしたのですが、失敗してしまいました。
C++ に見えるタグを作成したのですが、「C++」という表記になってしまいました。ユーザーが「C++」の URL にアクセスすると、「おっと!そのページは存在しないか、非公開です」というエラーが表示されます。

タグにプラス記号を正しく入力する方法をご教示ください。

よろしくお願いいたします。

Check out this topic:

https://meta.discourse.org/t/using-a-tag-named-c-its-not-possible/92005?u=tophee

「いいね!」 1

It is unbelievable to have a website that uses this tag “c++”

Cards in the menu
c%20%20%20menu

Tag on url
c%20%20%20url

how to be like that?

+ is tricky, it often needs to be encoded, at the moment our tag system does not support tags with + in them. We should either fix this or at least validate you do not create tags with +

Going to mark this as a bug cause it leads to confusion and we need to pick a side here vs allowing you to create a broken tag.

「いいね!」 5

I know the tag system does not support + tags in it.

How to get the “+” card in card management

Please get any suggestions.

Thank you

Notepad++ should be doable with this little trick

.tag-notepad::after {
    content: "++";
}

I didn’t try it, but it should work everywhere on your forum

But you should avoid doing the same for c for now, given @tophee’s post

「いいね!」 1

@Steven What do you think of this site as having tag “+” daynhauhoc.com/tags/c++

I honestly don’t know. You can try to contact them, there’s the email address in the about page. I can’t really help on this issue

「いいね!」 1

Thank you.

I contacted them but did not receive the answer.

I hope to find the answer from the community Discourse

この件について何かアップデートはありますか? c++ タグも作成したいです。