Questions tagged [idn]

Internationalized domain name, an Internet domain name containing non-ASCII characters.

Internationalized domain names extend the character set for names, allowing to use characters from languages with non-latin alphabets. All IDNs have a ASCII representation for use in applications which do not support IDNs natively.

116 questions
0
votes
0 answers

Why I cannot save IDNA encoded URL into varchar column of SQL Server

I have IDN URL like this : http://президент.рф/ which is represented with IDN URL http://xn--d1abbgf6aiiy.xn--p1ai/ When I try to save that URL into varchar column of SQL server I am getting ??????. Isn't IDN Punycode should be ASCII representation…
Radenko Zec
  • 7,659
  • 6
  • 35
  • 39
0
votes
2 answers

Alphabeticaly sort an array with domains and IDN domains

So I have an array with domain names Array () { [0] => Array () { [id]=>int [name]=>string [something]=>string/int... } [38] => Array () { } } I need to show the domain names in a table, I get them ordered…
Lanexbg
  • 1,071
  • 1
  • 12
  • 17
0
votes
1 answer

Buiding a search for IDNA domains

We are upgrading our systems for IDNA support but I'm currently struggling with our domain search. In our domain portfolio you can search for domains. IDNA domains are saved as their A-label in our database (café-modern.com is saved as…
ChrisR
  • 14,370
  • 16
  • 70
  • 107
0
votes
3 answers

Percent encoded characters in URL gives error in browser

I'm having problem with URL's that include special characters. The rendered HTML if I use NavigateUrl='Eval("website")' is this: www.värnamo.nu If I try to encode it like this NavigateUrl='<%#…
Niklas
  • 13,005
  • 23
  • 79
  • 119
0
votes
1 answer

WordPress - page not found with inštrukcije

I have a domain named inštrukcije, which includes š character. I used IDN translator to translate it to: xn--intrukcije-19b.si I installed new WordPress on this domain at: http://xn--intrukcije-19b.si/ When I try to navigate the page, I get: The…
Peter
  • 728
  • 3
  • 16
  • 34
0
votes
1 answer

Coldfusion with Java IDN handling international domains

I'm rewriting one of our forms so that it can handle international domains, but before I start on that i thought i would test the capabilities of handling IDNs. My thoughts were, should someone enter a domain like: http://清华大学.cn i would store it as…
Jarede
  • 3,310
  • 4
  • 44
  • 68
-1
votes
1 answer

Converting-punycode-with-dash-character-to-unicode

This is in reference to this topic on the page here: Converting punycode with dash character to Unicode //Javascript Punycode converter derived from example in RFC3492. I don't know where to place the input 清华大学.cn domain to get the Javascript to…
-1
votes
1 answer

getting Cree IDN accepted by gmail

Any clues on how to get first nations IDNs accepted by gmail? Specifically, these are IDNs using Canadian Aboriginal Syllabics. Google's SMTP servers bounce email from these IDNs, complaining that the IDNs "use a domain name that does not meet our…
-1
votes
1 answer

ruby toUnicode fun does not return the idn site when there is no www. in the url

In my rails app, i convert a idn url to punycode and back to idn. But if i have a url like this http://日本語.jp (without www.) domain = "http://日本語.jp" punycode = Idna.toAscii(domain) => http://xn--blagzdfd.com but trying to convert it backto IDN…
anusuya
  • 653
  • 1
  • 9
  • 24
-2
votes
1 answer

Web address changes during cut & paste

I've just encountered something that I don't quite understand. I received a document (administrative memo from my employer) containing a web address. The address is not a clickable hyperlink, it is just text. What is interesting is that when the…
phog2
  • 1
  • 4
-3
votes
1 answer

idn_to_asci error: Could not convert ... to ASCII: Output would be too large or too small

idn_to_ascii(): Could not convert http://www.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaskvaliifidqabddddddddddsddddddddddddd.com to ASCII: Output would be too large or too small Is there any limit to the url size?
Maggie
  • 9
  • 4
1 2 3 4 5 6 7
8