I have a migration project PHP into .NET. In this application i have a problem faced is that type of encoding used in the PHP Code. In the database having values like
Thüringen, Baden-Württemberg, Oberösterreich
Which is encoded in the output of format both JSON, XML as
Th\u00fcringen, Baden-W\u00fcrttemberg, Ober\u00f6sterreich
Respectively. How could I do in .net. What type of Encoding is used in the PHP Code.