<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DataMatrix support in Barcode4J</title>
	<atom:link href="http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j</link>
	<description>Jeremias Märki&#039;s thoughts about XSL-FO, Apache FOP, Barcode4J and other interesting topics</description>
	<lastBuildDate>Mon, 09 Nov 2009 11:43:13 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theatermania</title>
		<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/comment-page-1#comment-18</link>
		<dc:creator>theatermania</dc:creator>
		<pubDate>Wed, 31 Jan 2007 22:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/#comment-18</guid>
		<description>Awesome -- I&#039;ve asked our development team to evaluate the alpha (I&#039;m just one of the suits so I can&#039;t offer any meaningful feedback ;-)).

I&#039;ll let you know what they say...</description>
		<content:encoded><![CDATA[<p>Awesome &#8212; I&#8217;ve asked our development team to evaluate the alpha (I&#8217;m just one of the suits so I can&#8217;t offer any meaningful feedback <img src='http://www.jeremias-maerki.ch/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).</p>
<p>I&#8217;ll let you know what they say&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/comment-page-1#comment-15</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Fri, 26 Jan 2007 10:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/#comment-15</guid>
		<description>Thanks a lot for your very fast responce. We will get a new software which scans our documents (extended with the 2D-barcode). It&#039;s not yet delivered/installed und so I&#039;m not able to verify it with this software. 

Again, many thanks for you fast answer and the good news.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your very fast responce. We will get a new software which scans our documents (extended with the 2D-barcode). It&#8217;s not yet delivered/installed und so I&#8217;m not able to verify it with this software. </p>
<p>Again, many thanks for you fast answer and the good news.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremias</title>
		<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/comment-page-1#comment-14</link>
		<dc:creator>Jeremias</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/#comment-14</guid>
		<description>But does the symbol generated by Barcode4J scan correctly with your scanner? I bet it does. There is more than one way to actually encode a particular message. DataMatrix knows 6 different ways to encode text. I&#039;ve just tested your example message and it scans well with my barcode scanner. So unless your scanner cannot read the symbol generated by Barcoce4J the difference you reported is not a problem.

What I saw during testing is that in some special cases some (not all) barcode readers cannot decode a particular symbol, even though I&#039;m pretty sure the symbol I generated was correct. But having implemented the specification I can say that ISO/IEC 16022:2000(E) is not unambiguous in some places.</description>
		<content:encoded><![CDATA[<p>But does the symbol generated by Barcode4J scan correctly with your scanner? I bet it does. There is more than one way to actually encode a particular message. DataMatrix knows 6 different ways to encode text. I&#8217;ve just tested your example message and it scans well with my barcode scanner. So unless your scanner cannot read the symbol generated by Barcoce4J the difference you reported is not a problem.</p>
<p>What I saw during testing is that in some special cases some (not all) barcode readers cannot decode a particular symbol, even though I&#8217;m pretty sure the symbol I generated was correct. But having implemented the specification I can say that ISO/IEC 16022:2000(E) is not unambiguous in some places.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/comment-page-1#comment-13</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/#comment-13</guid>
		<description>Nice Toolkit! I&#039;ve tried the datamatrix encoding and encoded small texts. Iit works fine. 
If I encode texts with length around 30 character I get not anymore the same result than with two other online generators. 
If I encode a05ba7ba-ec61-11cf-8000-010157aa0 in ASCII the result was
1010101010101010101010
1101110111010010000001
1000111110010011101000
...

the other two return 
1010101010101010101010
1100111001010010000001
1000000100010011111100
...

1 is a black quare and 0 a white one</description>
		<content:encoded><![CDATA[<p>Nice Toolkit! I&#8217;ve tried the datamatrix encoding and encoded small texts. Iit works fine.<br />
If I encode texts with length around 30 character I get not anymore the same result than with two other online generators.<br />
If I encode a05ba7ba-ec61-11cf-8000-010157aa0 in ASCII the result was<br />
1010101010101010101010<br />
1101110111010010000001<br />
1000111110010011101000<br />
&#8230;</p>
<p>the other two return<br />
1010101010101010101010<br />
1100111001010010000001<br />
1000000100010011111100<br />
&#8230;</p>
<p>1 is a black quare and 0 a white one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremias</title>
		<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/comment-page-1#comment-10</link>
		<dc:creator>Jeremias</dc:creator>
		<pubDate>Thu, 18 Jan 2007 20:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/#comment-10</guid>
		<description>Preparing 2.0 takes much longer than anticipated but I should have something in 24 hours. I count on it that you&#039;ll help me verify the implementation.</description>
		<content:encoded><![CDATA[<p>Preparing 2.0 takes much longer than anticipated but I should have something in 24 hours. I count on it that you&#8217;ll help me verify the implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theatermania</title>
		<link>http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/comment-page-1#comment-9</link>
		<dc:creator>theatermania</dc:creator>
		<pubDate>Thu, 18 Jan 2007 20:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremias-maerki.ch/blog/2007/01/12/datamatrix-support-in-barcode4j/#comment-9</guid>
		<description>Hey -- I&#039;m so glad you&#039;re doing 2D barcodes... I&#039;d really like to be able to use them -- any update on when version 2.0 will be released?

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hey &#8212; I&#8217;m so glad you&#8217;re doing 2D barcodes&#8230; I&#8217;d really like to be able to use them &#8212; any update on when version 2.0 will be released?</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
