From http://stackoverflow.com/questions/2500013/c-sharp-alternative-for-javascript-escape-function
System.Net.WebUtility.HtmlDecode("Croisières Celestyal Cruises")
string encoded = HttpUtility.JavaScriptStringEncode(str);