Skip to content

Commit 0bd0899

Browse files
authored
Merge pull request #974 from IABTechLab/gwh-APIDOCS-3690-02-normalization-sydney-phone-example
Normalization: update Sydney phone number example to mobile
2 parents 7cad564 + 43293b2 commit 0bd0899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/gs-normalization-encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Here's what you need to know about phone number normalization rules:
135135
Examples:
136136
- US: `1 (234) 567-8901` is normalized to `+12345678901`.
137137
- 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`.
138+
- Australia: mobile phone number `0491 570 006` is normalized to add the country code and drop the leading zero: `+61491570006`.
139139

140140
:::warning
141141
Make sure that the normalized phone number is UTF-8, not another encoding system such as UTF-16.

0 commit comments

Comments
 (0)