PatilShreyas / compose-report-to-html

A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
https://patilshreyas.github.io/compose-report-to-html/
MIT License
375 stars 9 forks source link

Character encoding issue in the generated HTML #88

Closed rsicarelli closed 4 months ago

rsicarelli commented 7 months ago

Hello!

I've encountered a character encoding issue in the HTML output generated. This issue is causing misrepresentation of certain characters in the generated HTML file.

Examples:

❌ Non Skippable ✅ Restartable
❌ Non Skippable âŒ Non Restartable
✅ Skippable ✅ Restartable
❌ Unstable class MyClass

Examples:

image image

Could you please shed some light on how I can overcome this problem?

Thank you!

PatilShreyas commented 7 months ago

Actually these are emoticons.

PatilShreyas commented 4 months ago

Fixed and released in v1.3.0