-
-
Notifications
You must be signed in to change notification settings - Fork 90
html output break utf-8 #275
Copy link
Copy link
Closed
Labels
C-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
Description
Metadata
Metadata
Assignees
Labels
C-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
I have lines like this in my codebase:
Generating html with such command
cargo llvm-cov --html test.For letter 'Я' resulted html code looks like this:
so html generator breaks valid utf-8 sequence for 'Я' (
\320\257) into two parts and insert html code between,making it invalid.