ruimarinho / google-libphonenumber

The up-to-date and reliable Google's libphonenumber package for node.js.
https://ruimarinho.github.io/google-libphonenumber
Other
1.4k stars 146 forks source link

Missing 0 in E164 format #322

Closed ArturChe closed 2 years ago

ArturChe commented 2 years ago

Why does +9802429031 raw input becomes +982429031 in E164 format?

ruimarinho commented 2 years ago

Hi,

This issue appears to be related to a metadata problem.

  1. Start by taking a look at the official demo page and see if the results are the same.
  2. If it does, you might have spotted a metadata problem on the upstream package. In this case, you should report your issue in the upstream project's issue tracker.

Thanks!