Package: whois Version: 5.3.1 Severity: normal Hi, I was made aware that .cl changed its format to UTF-8. So without a change you'll get
$ whois www.domain.cl Invalid domain name: www.domain.cl %% %% Check you are using UTF-8 encoding for IDN domain names. %% The list of allowed IDN names in .CL is https://www.nic.cl/normativa/CL-IDN-policy.html %% %% This Registry database contains ONLY .CL domains. %% A patch was suggested to Ubuntu, but since it affects you just as much I wanted to share that here > diff -u servers_charset_list.old servers_charset_list --- servers_charset_list.old 2018-05-24 18:35:21.276901516 -0400 +++ servers_charset_list 2018-05-24 18:28:38.032625682 -0400 @@ -13,7 +13,7 @@ whois.registro.br iso-8859-1 whois.cira.ca iso-8859-1 whois.nic.ch utf-8 -whois.nic.cl iso-8859-1 +whois.nic.cl utf-8 whois.cnnic.cn utf-8 cwhois.cnnic.cn utf-8 whois.nic.cz utf-8 ============ -- Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd

