<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: How Is Code Illustrated Using the Backtick Character?</title>
		<link>http://forums.leaflabs.com/topic.php?id=658</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:23:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=658" rel="self" type="application/rss+xml" />

		<item>
			<title>StephenFromNYC on "How Is Code Illustrated Using the Backtick Character?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=658#post-3692</link>
			<pubDate>Sun, 20 Feb 2011 15:24:19 +0000</pubDate>
			<dc:creator>StephenFromNYC</dc:creator>
			<guid isPermaLink="false">3692@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Very puzzling.  After my last post, I was able to see the &#34;simulated&#34; null character.&#60;/p&#62;
&#60;p&#62;I agree I no longer see the simulated null characters where they were before.&#60;/p&#62;
&#60;p&#62;Let me try it again on the next line sandwiched between [ and ]:&#60;br /&#62;
[&#60;code&#62;\0&#60;/code&#62;]&#60;br /&#62;
I see the null character.&#60;/p&#62;
&#60;p&#62;I just logged out, returned to the forums of the home page, and viewed this topic again.  I see the null char.&#60;/p&#62;
&#60;p&#62;I do not know how or when it disappears.&#60;/p&#62;
&#60;p&#62;In the near future I will use gbulmer's suggestion, and I will put a comment where the viewer should correct the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "How Is Code Illustrated Using the Backtick Character?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=658#post-3689</link>
			<pubDate>Sun, 20 Feb 2011 11:16:58 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">3689@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;StephenFromNYC - I don't see the character with the value 0&#60;/p&#62;
&#60;p&#62;The best I have found is backtick single-quote backslash letter-Oh single-quote backtick&#60;br /&#62;
&#60;code&#62;&#38;#39;\O&#38;#39;&#60;/code&#62; (rubbish, but at least a place holder)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StephenFromNYC on "How Is Code Illustrated Using the Backtick Character?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=658#post-3684</link>
			<pubDate>Sun, 20 Feb 2011 09:50:57 +0000</pubDate>
			<dc:creator>StephenFromNYC</dc:creator>
			<guid isPermaLink="false">3684@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello-&#60;/p&#62;
&#60;p&#62;How is the backtick character used in posts to indicate code and how is this different from the code markup tag?&#60;/p&#62;
&#60;p&#62;In a recent post mbolivar reported success using the backtick.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=639#post-3663&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=639#post-3663&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, in my recent post about a possible bug in SerialUSB.read() I was not able to get a null character (backslash zero) to appear in my post.&#60;/p&#62;
&#60;p&#62;I will try it again here:&#60;/p&#62;
&#60;p&#62;On the next line I will put (ignoring spaces) the &#34;characters&#34; for backtick backslash zero backtick:&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Let's see what appears.  When I viewed the post the line was empty, and when I then I tried to edit the post I saw only the two backticks (no backslash zero).&#60;/p&#62;
&#60;p&#62;On the next line I will put (ignoring spaces) the &#34;characters&#34; for backslash zero sanwiched between opening and closing code markup tags (&#34;lessthan&#34;code&#34;greaterthan&#34; backslash zero &#34;lessthan&#34;/code&#34;greaterthan&#34;:&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Let's see what appears.  Same result.  When I viewed the post the line was empty, and when I then I tried to edit the post I saw only the two backticks (no backslash zero).&#60;/p&#62;
&#60;p&#62;In my original post about SerialUSB.read() I tried to double up the backslashes (which works in C with printf strings, but that did not work.  Let me try it again.&#60;/p&#62;
&#60;p&#62;On the next line I will put (ignoring spaces) the &#34;characters&#34; for backtick backslash backslash zero backtick:&#60;br /&#62;
&#60;code&#62;\&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Let's see what happens.  All I see is a single backslash.&#60;/p&#62;
&#60;p&#62;One last attempt:&#60;/p&#62;
&#60;p&#62;On the next line I will put (ignoring spaces) the &#34;characters&#34; for backtick backslash backslash zero zero backtick:&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Let's see what happens.&#60;/p&#62;
&#60;p&#62;Success!  Is there an easier way to show the backslash zero null character?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Stephen from NYC
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
