Le 22 février 2011 15:47:49, Gaetan Bisson a écrit : > [2011-02-22 14:13:55 -0500] Stéphane Gaudreault: > > * Add support for Internationalized Resource Identifiers (IRI) (fix > > FS#22833 > > This does not seem to be working (try "wget http://例え.テスト/"). > > And I see similar reports for other distros, like: > > > http://www.linuxfromscratch.org/pipermail/blfs-support/2010-September/0677 > 83.html > > I'll be waiting for tomorrow's wget build. :)
There's a bug (already reported upstream by a Debian dev) in wget causing international domain names to be not properly converted to punycode (xn- form) if the current locale is a UTF-8 one (the locale encoding detection in wget is completely broken in my opinion). Playing with the code, I found some workarounds to made some locale working (eg with ru_RU.UTF-8 I was able to do wget http://президент.рф), but not all (like the japonese example in Gaetan mail), so I give up and removed the pkg from [testing]. Stéphane

