0

Possible Duplicate:
Punycode converter at C#

I am looking to convert a puny code to unicode using C#.

I did come across few js including this one called "punycode.js" and also this question on SO.

But my requirement is to do the same using C#, the reason being

I am making WEB API and need to use C# to do this conversion operation and then return the data through the API.. so no JS

Please share your thoughts on this.

Community
  • 1
  • 1
Yasser Shaikh
  • 46,934
  • 46
  • 204
  • 281
  • TLDR, you want somebody to port some javascript code to C# for you? – vgru Jan 23 '13 at 12:27
  • @JonSkeet but the question does not have any solution which I can use for my this problem. Thanks for pointing me out to this link btw. – Yasser Shaikh Jan 23 '13 at 12:27
  • Well given that there are two solutions there, you should edit your question to explain *why* you can't use them. – Jon Skeet Jan 23 '13 at 12:33

0 Answers0