This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
JAVA: Fixing mobile data for Australia, as per issue20.
pull/567/head
Lara Scheidegger
15 years ago
committed by
Mihaela Rosca
parent
0be6a31e1d
commit
5bfa8342bf
3 changed files
with
15 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
java/release_notes.txt
+11
-1
java/resources/com/google/i18n/phonenumbers/src/PhoneNumberMetaData.xml
BIN
java/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AU
+ 4
- 0
java/release_notes.txt
View File
@ -1,3 +1,7 @@
Mar 22nd, 2011
* Metadata changes:
- New mobile-number pattern for AU
Mar 10th, 2011
* New functionality:
- New function to format a number with the preferred domestic carrier code used when parsing,
+ 11
- 1
java/resources/com/google/i18n/phonenumbers/src/PhoneNumberMetaData.xml
View File
@ -1227,7 +1227,17 @@
<exampleNumber
>
212345678
</exampleNumber>
</fixedLine>
<mobile
>
<nationalNumberPattern
>
4[0-68]\d{7}
</nationalNumberPattern>
<nationalNumberPattern
>
4(?:
[0-2]\d|
3[0-57-9]|
4[47-9]|
5[0-37-9]|
6[6-9]|
7[07-9]|
8[7-9]
)\d{6}
</nationalNumberPattern>
<possibleNumberPattern
>
\d{9}
</possibleNumberPattern>
<exampleNumber
>
412345678
</exampleNumber>
</mobile>
BIN
java/src/com/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_AU
View File
Write
Preview
Loading…
Cancel
Save