php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24412 two country codes are bogus
Submitted: 2003-06-30 11:22 UTC Modified: 2006-09-28 17:41 UTC
From: toni dot viemero at iki dot fi Assigned:
Status: Closed Package: Systems problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: toni dot viemero at iki dot fi
New email:
PHP Version: OS:

 

 [2003-06-30 11:22 UTC] toni dot viemero at iki dot fi
Description:
------------
Trying to fool around with I18N_ISO_3166 PEAR module,but ran into some problems when using PHP.net countries.inc.

phpweb/include/countries.inc has two errors in country codes and country naming.

Country Codes:
http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html

Announcement of East Timor to change name to Timor-Leste (in november 2002):
http://www.wipo.int/scit/en/mailbox/circular/2573.pdf

-'TMP' => 'East Timor'
+'TLS' => 'Timor-Leste'
-'ROM' => 'Romania'
+'ROU' => 'Romania'


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-02 08:27 UTC] goba@php.net
It is directly generated from a mySQL db, so this needs to be corrected there, if confirmed.
 [2006-09-28 17:41 UTC] edink@php.net
Fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC