Hello, I'm trying to write in a simple Text Widget the world: 'Français', but as result i see instead: 'Fran��ais'.
So it seems that the C with Cedilla (ç) doesn't like to Flutter, and it give me in console the following error:
Finished with error: Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string: LANGUAGES: C4PLanguageConfig(label: Fran��ais, languageCode: fr, countryCode: FR)
. The Flutter team would greatly appreciate if you could file a bug explaining exactly what you were doing when this happened:
https://github.com/flutter/flutter/issues/new/choose
The source bytes were:
[76, 65, 78, 71, 85, 65, 71, 69, 83, 58, 32, 67, 52, 80, 76, 97, 110, 103, 117, 97, 103, 101, 67, 111, 110, 102, 105, 103, 40, 108, 97, 98, 101, 108, 58, 32, 70, 114, 97, 110, 239, 191, 189, 239, 191, 189, 97, 105, 115, 44, 32, 108, 97, 110, 103, 117, 97, 103, 101, 67, 111, 100, 101, 58, 32, 102, 114, 44, 32, 99, 111, 117, 110, 116, 114, 121, 67, 111, 100, 101, 58, 32, 70, 82, 41, 10]
flutter doctor:
[√] Flutter (Channel stable, 3.0.4, on Microsoft Windows [Versione 10.0.19045.2486], locale it-IT)
• Flutter version 3.0.4 at C:\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 85684f9 (8 months ago), 2022-06-30 13:22:47 -0700
• Engine revision 6ba2af10bb
• Dart version 2.17.5
• DevTools version 2.12.2
Checking Android licenses is taking an unexpectedly long time...[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at C:\Users\simone.massai\AppData\Local\Android\sdk
• Platform android-31, build-tools 33.0.0
• Java binary at: C:\Program Files\Android\Android Studio1\jre\bin\java
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2021.1)
• Android Studio at C:\Program Files\Android\Android Studio1
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
[!] Android Studio (version 2022.1)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
[√] HTTP Host Availability
• All required HTTP hosts are available
Hello, I'm trying to write in a simple Text Widget the world: 'Français', but as result i see instead: 'Fran��ais'.
So it seems that the C with Cedilla (ç) doesn't like to Flutter, and it give me in console the following error:
Finished with error: Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string: LANGUAGES: C4PLanguageConfig(label: Fran��ais, languageCode: fr, countryCode: FR)
. The Flutter team would greatly appreciate if you could file a bug explaining exactly what you were doing when this happened:
https://github.com/flutter/flutter/issues/new/choose
The source bytes were:
[76, 65, 78, 71, 85, 65, 71, 69, 83, 58, 32, 67, 52, 80, 76, 97, 110, 103, 117, 97, 103, 101, 67, 111, 110, 102, 105, 103, 40, 108, 97, 98, 101, 108, 58, 32, 70, 114, 97, 110, 239, 191, 189, 239, 191, 189, 97, 105, 115, 44, 32, 108, 97, 110, 103, 117, 97, 103, 101, 67, 111, 100, 101, 58, 32, 102, 114, 44, 32, 99, 111, 117, 110, 116, 114, 121, 67, 111, 100, 101, 58, 32, 70, 82, 41, 10]
flutter doctor:
[√] Flutter (Channel stable, 3.0.4, on Microsoft Windows [Versione 10.0.19045.2486], locale it-IT)
• Flutter version 3.0.4 at C:\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 85684f9 (8 months ago), 2022-06-30 13:22:47 -0700
• Engine revision 6ba2af10bb
• Dart version 2.17.5
• DevTools version 2.12.2
Checking Android licenses is taking an unexpectedly long time...[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at C:\Users\simone.massai\AppData\Local\Android\sdk
• Platform android-31, build-tools 33.0.0
• Java binary at: C:\Program Files\Android\Android Studio1\jre\bin\java
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2021.1)
• Android Studio at C:\Program Files\Android\Android Studio1
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
[!] Android Studio (version 2022.1)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
[√] HTTP Host Availability
• All required HTTP hosts are available