c# - How to use special characters in Wikipedia API? -
if query wikipedia api c#
url such as:
the response removes %23
/ #
, turns c
, , displays results c
itself.
the response has node in json:
"normalized": [ { "from": "c#", "to": "c" }
how stop normalization of special characters mediawiki api?
you can't stop normalisation of search queries wikipedia prohibits characters article titles.
from wikipedia docs:
due clashes wiki markup , html syntax, following characters not allowed part of page titles (nor supported displaytitle):
# < > [ ] | { }