Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Empty show more show less
Description
problem
If the error E1069 (content outside mrk tags) is produced, the filename of the affected file is missing in the output.
The reason for the error were the following characters:
FF | Form Feed | Seitenvorschub | U+000C |
NEL | Next Line | Nächste Zeile | U+0085 |
LS | Line Separator | Zeilentrenner | U+2028 |
PS | Paragraph Separator | Absatztrenner | U+2029 |
Solution
Add the filename to the error message.
Make invisible other content characters visible in the error message. So is there a way to check of the "other content" is whitespace (not visible to the user?) if yes, print the code point in the error message too.