1 Name: International Phone Number Library
2 Short Name: libphonenumber
3 URL: http://libphonenumber.googlecode.com/svn/trunk/
7 License File: src/LICENSE
10 This directory contains the source code of International Phone Number Library
13 This library depends on
14 - third_party/icu for internationalisation, UTF8-16-32 conversion and regular
16 - third_party/protobuf Lite version.
18 Additional files, not in the original library:
21 src/LICENSE # Taken from http://code.google.com/p/libphonenumber.
24 The library is mapped through the DEPS file into src/ folder. To update:
25 1. Get the latest version number from
26 http://code.google.com/p/libphonenumber/source/list
27 2. Locally update this file and DEPS.
29 4. Adjust libphonenumber.gyp if necessary.
30 5. Verify that all compiles and all of the tests are successfull.
32 WARNING: This library is only thread-safe on POSIX. This means that
33 PhoneNumberUtil and the other singletons should be accessed from a single