cira.ca is non UTF8
This commit is contained in:
parent
1010e75eec
commit
4d3d74b644
3 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
- cosmetic fixes to many handlers (removed unuseful
|
||||
spaces, removed change history, regyinfo position
|
||||
unification,...)
|
||||
- cira.ca is non UTF8
|
||||
|
||||
2011/06/26
|
||||
- added handler for gandi (request #3155752)
|
||||
|
|
|
@ -45,6 +45,7 @@ $this->DATA = array(
|
|||
/* Non UTF-8 servers */
|
||||
|
||||
$this->NON_UTF8 = array(
|
||||
'ca.whois-servers.net' => 1,
|
||||
'whois.interdomain.net' => 1,
|
||||
'pt.whois-servers.net' => 1,
|
||||
'is.whois-servers.net' => 1,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue