mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Significantly improves the behavior of non-ASCII text input on Windows. Correctly processes incoming character events as UTF-16, and for now uses UTF-32 for the text model so that the existing index-based logic will work much more often. Future work is still needed, but this will handle far more cases correctly.