Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix phone number format according to Anatel #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dgadelha
Copy link

@dgadelha dgadelha commented Feb 3, 2024

According to the Brazilian government's page, https://www.gov.br/anatel/pt-br/regulado/numeracao/plano-de-numeracao-brasileiro, there is no space after the first digit when the phone has a length of 9 digits.

Nove dígitos [abcde-mcdu], para o caso do Serviço Móvel Pessoal (telefonia móvel celular).

This also follows Google's libphonenumber default National formatting for brazilian numbers, as demoed here.

This is also documented in several other documents issued by the government, like:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant