[BUG] Rendering of combining characters not correct
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
Thanks for reporting this. It seems likely that this is an underlying issue in Flutter's text-rendering engine. I can look into this a bit more.