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

#phony_normalized cuts zero in the middle of the phone number #198

Open
sptsn opened this issue Sep 11, 2019 · 1 comment
Open

#phony_normalized cuts zero in the middle of the phone number #198

sptsn opened this issue Sep 11, 2019 · 1 comment

Comments

@sptsn
Copy link

sptsn commented Sep 11, 2019

#phony_normalized cuts zero in the middle of the phone number for numbers start with 910 up to 950:

'9101234567'.phony_normalized #=> "911234567"
'9201234567'.phony_normalized #=> "921234567"
'9301234567'.phony_normalized #=> "931234567"
'9401234567'.phony_normalized #=> "941234567"
'9501234567'.phony_normalized #=> "+951234567"

Is it proper behaviour? From 960 to 990 it works as expected

'9601234567'.phony_normalized #=> "+9601234567"
'9701234567'.phony_normalized #=> "9701234567"
'9801234567'.phony_normalized #=> "981234567"
'9901234567'.phony_normalized #=> "9901234567"
@m-abdurrehman
Copy link

I am also experiencing an issue like this
on normalizing 0503017926, I get +971503017926

Any idea?

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

No branches or pull requests

2 participants