Hi,
How do I replace null characters? I had to use another editor to replace HEX Value 0 (zero) characters. When I try to copy the character a window pops up telling me I am not allowed to copy a null character.
Yet it is possible.
Thanks.
Replace Null Characters?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
In order to convert or delete null characters from a file, please implement the following procedure:
1. Open the Replace dialog box
2. Type "\x00" without the quotes into the "Find what" section
3. Type the required replacement into the "Replace with" section
4. Under the heading "Conditions", check "Text and Regular expression"
5. Ensure the curser is at the beginning of the document
6. Click Replace All
I hope this helps.
1. Open the Replace dialog box
2. Type "\x00" without the quotes into the "Find what" section
3. Type the required replacement into the "Replace with" section
4. Under the heading "Conditions", check "Text and Regular expression"
5. Ensure the curser is at the beginning of the document
6. Click Replace All
I hope this helps.
Helios Software Solutions