本文介绍了如何转换IDN为ASCII?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
什么是href=\"http://en.wikipedia.org/wiki/Internationalized%5Fdomain%5Fname\">国际化域名转换的
What is the best way to convert an internationalized domain name to its ASCII-form?
我要转换的 Bücher.ch
到 xn--bcher-kva.ch
使用某种(免费).NET代码。
I want to convert Bücher.ch
into xn--bcher-kva.ch
by using some sort of (free) .net code.
推荐答案
有一个看。引入说,C#库可用。
Have a look at the GNU IDN Library - Libidn. The introduction says that C# libraries are available.
这篇关于如何转换IDN为ASCII?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!