mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Add the following APIs to StringUtils: - NumberToString16 - JoinString - ReplaceChars - WideToUTF16 - UTF16ToWide Implement the following APIs for Windows: - UTF8ToUTF16 - UTF16ToUTF8 * Review comments Add a couple TODOs for decimal formatting and use std::u16string::npos rather than std::string::npos. * Update licences_flutter Co-authored-by: Chris Bracken <chris@bracken.jp>