using System;
using System.Web;
public class Program
{
public static void Main()
var s = "Māori";
Console.WriteLine(HttpUtility.HtmlDecode(s));
}