ZF-3148: Zend Locale data is not accurate
Description
European Union European Union is not a country and must not appear in the country list (getCountryTranslationList)
European Union European Union is not a country and must not appear in the country list (getCountryTranslationList)
Comments
Posted by Thomas Weidner (thomas) on 2008-04-18T16:57:13.000+0000
This function is depreciated since 1.5.0 and will be erased with 2.0.
Posted by Wil Sinclair (wil) on 2008-04-18T17:03:01.000+0000
Thomas, do you think it would be appropriate to close this one as "will not fix"?
Posted by Thomas Weidner (thomas) on 2008-04-18T17:09:10.000+0000
I still want to check if there is a problem within the Unicode data or with the data retrieving function... but after I got some sleep as its now midnight. :-/
Posted by Johann Querné (jquerne) on 2008-04-18T17:12:42.000+0000
Should I change this issue and only put remove European Union from the XML files?
Posted by Thomas Weidner (thomas) on 2008-04-19T04:20:49.000+0000
No, if the original data is wrong you would have to write unicode and not zend as we are using the CLDR as also many others out there.
Posted by Thomas Weidner (thomas) on 2008-04-19T06:21:20.000+0000
Fixed with r9255
Problem is due to wrong CLDR data. Also this method is already depreciated and will be deleted in 2.0 in favor of getTranslationList / getTranslation methods
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:30.000+0000
Updating for the 1.6.0 release.