Replies: 1 comment 2 replies
-
No, it's not a bug per say, novelWriter has a dictionary of Unicode characters and their HTML equivalents. It is not a complete list. It only contains the Unicode characters in use by novelWriter. You can see the list here: novelWriter/novelwriter/constants.py Line 366 in 9fdfe76 Perhaps the build option in the new build tools should say "Replace common Unicode characters". In any case, the HTML output should be marked as Unicode, and should render just fine with those Unicode characters in it. I could make it replace all Unicode with the hex equivalents, but it generates a rather messy output, so I decided not to at the time. Maybe that could be a second option. |
Beta Was this translation helpful? Give feedback.
-
Assuming the "Replace Unicode in HTML" Build option replaces all unicode with HTML (hexadecimal?) entities, then it's not currently working, not entirely at least. I've tried entering a few characters and they all remain as Unicode in the generated .htm file.
I've tested with these:
₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎√
Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions