dns - Is it possible to use native characters in subdomains? -


is possible use characters such åäö in subdomains? know can use åäö in regular domains http://åberg.se can åäö.foo.se?

sure can. have punycode name , use that.

e.g. åäö.foo.se converts xn--4cab6c.foo.se use funny xn-prefixed names in dns configurations.

browsers supporting internationalized domain names should not care use non-ascii characters, should convert non-ascii input punycode , internally use encoded names.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -