Page 1 of 1
Replace Null Characters?
Posted: Fri Feb 10, 2006 2:41 pm
by DougFMR
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.
Posted: Fri Feb 10, 2006 3:51 pm
by talleyrand
It's a known issue, might even be in the help. I'm not awake enough to read now stupid warcraftbut I'm pretty sure I remember people having to use a hex editor to fiddle with \x00
Posted: Fri Feb 10, 2006 4:24 pm
by helios
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.
Posted: Thu Feb 16, 2006 1:03 am
by davidross
i'm new to forums & have been dealing with replacing null characters for a few years. many thanks!