-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Description
Description of the Issue
0x00 symbols are omitted
Steps to Reproduce the Issue
- Open attachment file output.txt with Notepad++ in ANSI Encoding.
- See only 16 symbols (but not 32).
- With an online hex dump (i.e. this one) you can see all 32 bytes.
Expected Behavior
The file contains 32 bytes: one '0x03' and 31 '0x00'. So I want to see "ETX NUL NUL..." (NUL 31 times).
Actual Behavior
I see "ETX NUL NUL..." (NUL only 15 times). Where are other 16?
Debug Information
Notepad++ v7.5.4 (32-bit)
Build time : Jan 1 2018 - 01:47:45
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll PluginManager.dll
Debug Information (the same bad behavior)
Notepad++ v7.5.4 (32-bit)
Build time : Jan 1 2018 - 01:47:45
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : none
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels