Powerhsell IDN Translation doesn´t work with letter "ß"
# powerhsell idn translation doesn´t work letter "ß" # http://msdn.microsoft.com/en-us/library/vstudio/system.globalization.idnmapping https://www.secure.denic.de/de/domains/internationalized-domain-names/idn-konvertierung.html fuß.de -> xn--fu-hia.de the conversion performed according current idna standard (rfcs 5890-5894 ), support for unicode 5.2 and use of idna compatibility processing in " nontransitional " mode the unicode technical standard # 46 [void][system.reflection.assembly]::loadwithpartialname("system.globalization") $idn = new-object system.globalization.idnmapping $idn.getascii("fuß.de") #-> fuss.de wrong $idn.getunicode("xn--fu-hia.de ")#->schould change fuß.de works spanish or french letters not ß, bug? ------------------------------------------------------------------------------------------------------------------------------- found in connec...