| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
49c6a798b0 |
Be stricter about invalid UTF-8 input (#2698)
Keep track of whether unicode strings were created from valid UTF-8 and use this to abort operations that use these strings later. Typically, this is done by returning an empty string when a modified string is being produced, since an empty string is never a valid phone number. |
4 years ago |
|
|
31c1b5ab41 |
Fix somes warning when compiling VS2019 target (#2552)
In visual studio 2019 x64 target, size_t are 64 bits and int are 32 bits |
5 years ago |
|
|
a3056d379b | Manual lint of cpp library (#1484) | 9 years ago |
|
|
b59d9080ab | Changing license to Libphonenumber Authors. | 15 years ago |
|
|
32b0fe6a0e | CPP: Move non-base source code to src/phonenumbers/ | 15 years ago |
|
|
11db4344d1 | CPP: Moving a utf8 normalisation function out of the main code. Contributed by philip.liard. | 15 years ago |