| OLD | NEW |
| (Empty) |
| 1 Name: International Phone Number Library | |
| 2 Short Name: libphonenumber | |
| 3 URL: http://libphonenumber.googlecode.com/svn/trunk/ | |
| 4 Version: unknown | |
| 5 Revision: 186 | |
| 6 Security Critical: yes | |
| 7 | |
| 8 This directory contains the source code of International Phone Number Library | |
| 9 for C/C++. | |
| 10 | |
| 11 This library depends on | |
| 12 1. base/ for types, scoped_ptr's, etc. | |
| 13 2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular | |
| 14 expressions. | |
| 15 3. third_party/protobuf Lite version. | |
| 16 | |
| 17 Additional files, not in the original library: | |
| 18 libphonenumber.gyp | |
| 19 README.chromium | |
| 20 chrome/regexp_adapter_icuregexp.cc | |
| 21 | |
| 22 Until the changes are upstreamed library is included directly, with a patch | |
| 23 in patches/version186.patch applied. The patch adds plugability to the regular | |
| 24 expression engine, its RE2 (default) implementation, and the unit-test for the | |
| 25 changes. | |
| 26 | |
| 27 The folders included in our repository for now are | |
| 28 cpp/ | |
| 29 resource/ | |
| OLD | NEW |