giggsey/libphonenumber-for-php

Support for GS and DG ISO Alpha Code metadata

Closed this issue · 2 comments

DG and GS are valid ISO codes with their data for phone validation and the tool does not handle validation for these ISOs, using the parse function returns error implying that it is not a valid region.

I'd assume it's the same reason as this part of Google's FAQ: https://github.com/google/libphonenumber/blob/master/FAQ.md#why-are-bouvet-island-bv-pitcairn-island-pn-antarctica-aq-etc-not-supported

The calling code for GS (+500) is the same as the Falkland Islands.

Thanks for your quick reply, it make sense to me.