sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

wayland: text input protocol uses UTF-8 encoding #415

Closed surban closed 1 month ago

surban commented 1 month ago

The Wayland text input protocol sends text in UTF-8 encoding, but the Flutter TextInputModel expects UTF-16.

This adds the missing conversion from UTF-8 to UTF-16.

Fixes #414.

HidenoriMatsubayashi commented 1 month ago

Thank you for sending this PR.

Could you please update AUTHORS too?

Also, it's unclear whether we can contribute this software to flutter/engine, but do you agree to delegate all rights related to this PR to Sony?

surban commented 1 month ago

Also, it's unclear whether we can contribute this software to flutter/engine, but do you agree to delegate all rights related to this PR to Sony?

Yes, I agree.