| 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 |
|
|
4bffe68fe1 | CPP: Add AsYouTypeFormatter (port from Java). | 14 years ago |