 




<?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: EBCDIC to Ascii conversion C#</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ebcdic-to-ascii-conversion-c-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ebcdic-to-ascii-conversion-c-sharp/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 15:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: adamdavis</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ebcdic-to-ascii-conversion-c-sharp/#comment-95922</link>
		<dc:creator>adamdavis</dc:creator>
		<pubDate>Mon, 29 Aug 2011 12:17:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-95922</guid>
		<description><![CDATA[That&#039;s helpful Tom.  I was wondering about this as well.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s helpful Tom.  I was wondering about this as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hajitag</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ebcdic-to-ascii-conversion-c-sharp/#comment-95896</link>
		<dc:creator>hajitag</dc:creator>
		<pubDate>Sat, 27 Aug 2011 19:45:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-95896</guid>
		<description><![CDATA[i have 2 textBoxes and 1 button.
textbox1 has Ebcdis code
i want that when i click on button
textBox2 shows ascii code

how will i do that???]]></description>
		<content:encoded><![CDATA[<p>i have 2 textBoxes and 1 button.<br />
textbox1 has Ebcdis code<br />
i want that when i click on button<br />
textBox2 shows ascii code</p>
<p>how will i do that???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ebcdic-to-ascii-conversion-c-sharp/#comment-87775</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 09 Feb 2011 02:34:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-87775</guid>
		<description><![CDATA[&lt;i&gt;Encoding ascii = Encoding.ASCII;&lt;/i&gt;

ASCII might not be appropriate. UTF8Encoding might be better. The ASCII character set might not include everything.

&lt;i&gt;Encoding ebcdic = Encoding.GetEncoding(&quot;IBM037&quot;); &lt;/i&gt;

IBM037 should work for US English encoding. However, if this is DBCS or some more involved encoding, the 037 set probably won&#039;t work correctly. The actual encoding will need to be known. The encoding should either be sent with the file or data, or it should be agreed upon by the two sides of a conversation.

Be aware that some cooperation may be needed between sending and receiving side. Practically speaking, an encoding such as UTF8 ought to be agreed upon by both sides before exchange of data. Sending encoded data without advertising the encoding scheme gets real messy.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Encoding ascii = Encoding.ASCII;</i></p>
<p>ASCII might not be appropriate. UTF8Encoding might be better. The ASCII character set might not include everything.</p>
<p><i>Encoding ebcdic = Encoding.GetEncoding(&#8220;IBM037&#8243;); </i></p>
<p>IBM037 should work for US English encoding. However, if this is DBCS or some more involved encoding, the 037 set probably won&#8217;t work correctly. The actual encoding will need to be known. The encoding should either be sent with the file or data, or it should be agreed upon by the two sides of a conversation.</p>
<p>Be aware that some cooperation may be needed between sending and receiving side. Practically speaking, an encoding such as UTF8 ought to be agreed upon by both sides before exchange of data. Sending encoded data without advertising the encoding scheme gets real messy.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 16:29:11 -->