-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#36512Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specifically
Description
Description
On linux desktop, Locales are in the form language[_territory][.codeset][@modifier].
https://github.com/flutter/engine/blob/ce4156d519b94989684f508542b7cf644b6e7d67/shell/platform/linux/fl_engine.cc#L79-L112
Flutter engine parsed the string, but assigned codeset to scriptCode:
https://github.com/flutter/engine/blob/ce4156d519b94989684f508542b7cf644b6e7d67/shell/platform/linux/fl_engine.cc#L142
Codeset is not a valid scriptCode in most cases. In addition, on modern linux systems, it may contain -(UTF-8), which may break some locale parsers based on regular expression.
Related
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specifically