fixed utf-8 support for ripe

This commit is contained in:
sparc 2011-06-26 09:10:32 +00:00
parent 5a36e7c3fb
commit 34cbb456de
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
- added handler for gandi (request #3155752)
- fixed .org.za handler
- added handler for .cl
- corrected utf-8 support for .hu, .br
- corrected utf-8 support for .hu, .br and ripe
- fixed. pl handler
2011/06/24

View file

@ -51,7 +51,8 @@ $this->NON_UTF8 = array(
'whois.lacnic.net' => 1,
'cl.whois-servers.net' => 1,
'hu.whois-servers.net' => 1,
'br.whois-servers.net' => 1
'br.whois-servers.net' => 1,
'whois.ripe.net' => 1
);
/* If whois Server needs any parameters, enter it here */