Browse Source

Updating FAQ to mention Indonesian case (#2774)

pull/2775/head
Tijana Vislavski Gradina 4 years ago
committed by GitHub
parent
commit
b0aaf35484
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      FAQ.md

+ 5
- 4
FAQ.md View File

@ -8,10 +8,11 @@ In some cases, the library cannot tell if the leading digits of a phone number
are intended to be the country calling code, or the start of the national are intended to be the country calling code, or the start of the national
significant number. significant number.
This affects primarily German phone numbers, where 49 is both a country calling
code and an area code, and numbers of variable lengths are valid. The leading
digits will only be interpreted as a country calling code if the number is not
already considered a possible number for the region provided when parsing.
This affects primarily German and Indonesian phone numbers, where country
calling code (49 and 62 respectively) is also a valid area code, and numbers of
variable lengths are valid. The leading digits will only be interpreted as a
country calling code if the number is not already considered a possible number
for the region provided when parsing.
If you know that your numbers are always in the form <country calling If you know that your numbers are always in the form <country calling
code><national significant number>, it is safe to put a "+" in front to code><national significant number>, it is safe to put a "+" in front to


Loading…
Cancel
Save