| commit | e24c73130c663c9f329e78f5ca3fd5bd83b02622 | [log] [tgz] |
|---|---|---|
| author | Victor Chang <[email protected]> | Tue Jan 08 17:57:27 2019 |
| committer | Behdad Esfahbod <[email protected]> | Tue Jan 08 18:32:17 2019 |
| tree | 47906146f8da758cd9eadd076a2f0783347bb577 | |
| parent | 86d996f288dd46c81485ccf8ab6b87a16af9d090 [diff] |
Fix the incompatible type of UChar and char16_t UChar is not always char16_t in some platforms. In some cases, it's wchar_t or uint16_t. Use std::basic_string<UChar> to avoid std::u16string.