Disappearing Percent Signs
Duane Degn
Posts: 10,588
The percent sign, particularly when used to denote binary information, disappears from many forum posts. The disappearing percent sign usually takes a couple of ones or zeros with it.
I understand this is an issue with the forum software parsing the percent sign as if it were some sort of html code.
I'm hoping there's a way to fix the forum software to allow percent signs or to learn how one adds permenent percent signs to forum posts.
Thanks,
I understand this is an issue with the forum software parsing the percent sign as if it were some sort of html code.
I'm hoping there's a way to fix the forum software to allow percent signs or to learn how one adds permenent percent signs to forum posts.
Thanks,
Comments
http://en.wikipedia.org/wiki/Percent-encoding
I haven't tried it but perhaps if you place an underscore JUST after the % it might display correctly.
Can you provide a link to an example that is failing?
Of course to display it that way I had to add an extra set of "[noparse][noparse] [/noparse][/noparse]" because they are not visible in the post.
-Phil
I thought this had been discussed, but I couldn't find it in this "Support" forum.
Are Rich's "noparse" tags the best solution for now?
-Phil
I thought this would be easy since I was just having trouble with this earlier today but my test post didn't produce any errors.
I don't know why they disappear in some cases but not others.
-Phil
-Phil
-Phil
-Phil
-Phil
and the kept disappearing from this line of code
Seg7.start(TX_PIN, TX_PIN, %1000, BAUD) ' ignore tx echo on rx'
I have to switch from WYSIWYG mode to source mode to get the %1000 to "stick" (percent_sign 1000)