mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
There were two variants of string/wstring conversion utils, one using codecvt_utf8 and the other using codecvt_utf8_utf16. We want the latter, since we want to be using UTF-16, not UCS2.