You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: