PhoneNumberKit
PhoneNumberKit copied to clipboard
Wrong format for Tajik numbers
let phoneFormatKit = PhoneNumberKit()
let info = try phoneFormatKit.parse("992000000004", withRegion: TJ, ignoreType: true)
let formated = phoneFormatKit.format(info, toType: .international, withPrefix: true)
output :" +992 04" for "992000000004" output :" +992 06" for "992000000006" output :" +992 010" for "992000000010"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Any updates?
Which version?
Which version?
last 3.6.3
Which version?
can you fix it
Sure, this can be fixed. But first, quick question: are these actual phone numbers, or just an odd case you've found?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.