If you query the wikipedia api for c#
with a url such as:
The response removes the %23
/ #
and turns it into just C
, and displays results for C
itself.
The response has this node in the json:
"normalized": [
{
"from": "c#",
"to": "C"
}
How do you stop the normalization of special characters with the MediaWiki API?