Help - Search - Members - Calendar
Full Version: Posting Messages Containing \0 in these forums
The CD Forum > Bart's PE Builder > Plugins
paraglider
If you attempt to post a message containing:

CODE
\0


you will see the 2 characters replaced with a strange character in the post. In order to correctly post these character string you must replace the


CODE
\0


with

CODE
\0


If you edit a previously posted message then you must repeat the replacement.

This is only for content of an inf file that you include directly in a post. The actual plugin inf file should not use these replacement strings.
d4vr0s
QUOTE (Malice @ Jun 10 2007, 05:43 PM) *
Is there a work around other than adding a space.

I'm assuming that there are actually 4 zeros
CODE
0x4,"ControlSet001\Enum\Root\LEGACY_AAWSERVICE\0000","Legacy",0x1

Use this string:
0x4,"ControlSet001\Enum\Root\LEGACY_AAWSERVICE\0000","Legacy",0x1
Remember, if you edit the message you must redo the string.

Edit:
It just occurred to me that all you have to do is put the code in for the \ rolleyes.gif

Edit2:
Removed extra ; that mysteriously appeared. oops.gif
I had to dig around to find out how to show it both ways.
d4vr0s
Hmm, I hadn't noticed that it was putting an additional ; in there.
Lets try that again, (editted the above post.)

Sorry dry.gif
Ed_P
QUOTE (d4vr0s @ Jun 11 2007, 07:47 AM) *
& #92;
Remember, if you edit the message you must redo the string.

The mysterious ; was probably there just like the current space is there, to make the string display cause if you remove it all you see is a \. ohmy.gif

Nice find d4vr0s. Thank you. happy65.gif

So remember, the new math is: & + # + 92 + ; + 0 = \0 wacko.gif Hey, it worked!! bounce.gif
d4vr0s
biggrin.gif

I had to put the html code for an ampersand before the #92; to make it show the literal text.
SLK001
This thread is describing a problem with entering data with "\0000" into posting on this board.

AFAIK, it does NOT refer to entering data into a registry.

I wasn't sure of what this post described, until I previewed my post!
Ed_P
Why else would you be entering that string into a posting?

The posting is more of a reference point than a discussion one.
hoest
what exactly is this thread about? it does not seem clear from the postings... but hey, maybe its just me
Ed_P
Maybe. smile.gif

These posts originated from this situation: http://www.911cd.net/forums//index.php?s=&...st&p=133060

And there have been other postings in the past that have encountered the problem. Thus the idea to keep the solution handy.

BTW When you Preview Post or even Edit a posting with the special characters the posting looses the special characters, whether in the title or the body itself.
d4vr0s
QUOTE (Ed_P @ Jun 19 2007, 07:04 PM) *
BTW When you Preview Post or even Edit a posting with the special characters the posting looses the special characters, whether in the title or the body itself.

This is a good point.
When I'm posting a plugin I normally use notepad to keep a copy of the text while tweaking it. wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.