var rep = {
"" : "",
"" : "",
">l<":">·<",
">l <":">· <",
"> l<":"> ·<",
">o<":">¨<",
">R<":">þ<",
">R <":">þ <",
"> R<":"> þ<",
">R <":">þ <",
"> R<":"> þ<",
">¨<":">¨<",
">£<":">¨<",
">x <":">x <",
"> x<":"> x<",
">x <":">x <",
"> x<":"> x<",
">x<":">x<",
"> o<":"> ¨<",
">o <":">¨ <",
"> o<":"> ¨<",
">o <":">¨ <",
"¨":" ¨",
"þ":"þ",
"þ":"þ",
"þ":"þ",
"·":"·<\/font>",
"":" ¨",
"":" ¨",
"":" ¨",
"":"¨"
};
i want to convert this in c#?? this is java script...
Dipankar BiswasPosted Feb 20, 2015, 8:02 AM
See This link https://msdn.microsoft.com/en-us/library/twcw2f1c%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=jscript#code-snippet-1
I think it will help u..
Thanks
Dipankar Biswas