Skip to content

Leafpad stops rendering characters once null character is encountered #19

@relma2

Description

@relma2

Here I have a log file that contains data written to a unix pipe:

bridge.log

Leafpad renders up until "Wrote 49 bytes to unix pipe" and then stops rendering because it encounters a character that is an unrenderable hexadecimal value, the null character. Viewing the file on vim correctly renders the null character as ^@, the caret notation for the null character, and continues rendering the rest of the characters in the file.

Please render the null character as a box with "\00" inside, and continue rendering the rest of the file even with this character encountered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions