We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cad564 + 43293b2 commit 0bd0899Copy full SHA for 0bd0899
1 file changed
docs/getting-started/gs-normalization-encoding.md
@@ -135,7 +135,7 @@ Here's what you need to know about phone number normalization rules:
135
Examples:
136
- US: `1 (234) 567-8901` is normalized to `+12345678901`.
137
- Singapore: `65 1243 5678` is normalized to `+6512345678`.
138
- - Sydney, Australia: `(02) 1234 5678` is normalized to drop the leading zero for the city plus include the country code: `+61212345678`.
+ - Australia: mobile phone number `0491 570 006` is normalized to add the country code and drop the leading zero: `+61491570006`.
139
140
:::warning
141
Make sure that the normalized phone number is UTF-8, not another encoding system such as UTF-16.
0 commit comments