-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-iotype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
final hostname = Platform.localHostnamefails with:
Dart Error: Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8.
on Chinese Windows (Chinese GB2312). See also: flutter/flutter#111957 and realm/realm-dart#1319.
Seen on on Flutter 3.10.4, ie. Dart 3.0.3.
I couldn't find any open issues on this, so here you have it.
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-iotype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)