c# - How to use special characters in Wikipedia API? -


if query wikipedia api c# url such as:

https://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&format=jsonfm&titles=c%23

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):

# < > [ ] | { }


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo