Open siarsky opened 11 months ago
Describe the bug:
HTML define so called combining characters - which allows to add for instance diacritics to existing characters.
HTML to reproduce the issue:
Html widget configuration:
Html
<!DOCTYPE html> <html lang="en"> <body> <div> œ̃ -̈ ε̃ </div> </body> </html>
<!DOCTYPE html>
<html lang="en">
<body>
<div>
œ̃ -̈ ε̃
</div>
</body>
</html>
Expected behavior: (Scrennshot from Brave: v1.61.109, the same output in Firefox: 121.0)
Screenshots Flutter App Mac/iOS:
Device details and Flutter/Dart/flutter_html versions:
flutter_html
Device: iOS: 17.1.2 macOS: 13.6.2 (Ventura)
Flutter/Dart: 3.18.0 flutter_html: 3.0.0 beta 2
Stacktrace/Logcat
None
Additional info:
Describe the bug:
HTML define so called combining characters - which allows to add for instance diacritics to existing characters.
HTML to reproduce the issue:
Html
widget configuration:<!DOCTYPE html>
<html lang="en">
<body>
<div>
œ̃ -̈ ε̃
</div>
</body>
</html>
Expected behavior: (Scrennshot from Brave: v1.61.109, the same output in Firefox: 121.0)
Screenshots Flutter App Mac/iOS:
Device details and Flutter/Dart/
flutter_html
versions:Device: iOS: 17.1.2 macOS: 13.6.2 (Ventura)
Flutter/Dart: 3.18.0 flutter_html: 3.0.0 beta 2
Stacktrace/Logcat
None
Additional info:
None