Skip to content

[web] Some Unicode character not being shown  #77465

@johnareid54

Description

@johnareid54
  1. Using Dartpad.dev load flutter counter sample.
  2. Update the app title to include Unicode characters (in this case th in upper script)
  3. Find the line in Myapp class with: home: MyHomePage(title: 'Flutter Demo Home Page' ),
  4. and change to: home: MyHomePage(title: 'Flutter Demo Home Page \u1d57 \u02b0' ),
  5. run the code - title is shown as but the last two characters are shown as boxes with x inside the box.

This worked before update to Flutter version 2, and it still works for some Unicode characters i.e. \u22C5, so not sure why it is not working for all valid Unicode characters.

Metadata

Metadata

Labels

P1High-priority issues at the top of the work lista: typographyText rendering, possibly libtxtc: regressionIt was better in the past than it is nowe: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webfound in release: 2.0Found to occur in 2.0found in release: 2.1Found to occur in 2.1found in release: 2.2Found to occur in 2.2found in release: 2.5Found to occur in 2.5frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions