Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Nov 2015 20:49:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 188298] whois(1) says "% Error: 55000000013 Invalid charset for response"
Message-ID:  <bug-188298-8-E5W7U90WCe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188298-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188298-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D188298

--- Comment #4 from Christian Kujau <lists@nerdbynature.de> ---
FWIW, MacOS seems to have fixed this as well, and they switched to using UT=
F-8
recently:

----------------------------------------------
$ strings /usr/bin/whois | grep -A1 de.w
de.whois-servers.net
-T dn -C UTF-8 %s

$ whois denic.de | grep =C3=9F
Address: Kaiserstra=C3=9Fe 75-77
Address: Kaiserstra=C3=9Fe 75-77
----------------------------------------------

Until this is fixed, the following workaround could be used for .de domains:

$ whois -h whois.denic.de -- "-T dn,ace denic.de"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188298-8-E5W7U90WCe>