Support for GS and DG ISO Alpha Code metadata
Closed this issue · 2 comments
Migue8gl commented
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.
giggsey commented
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.
Migue8gl commented
Thanks for your quick reply, it make sense to me.