 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; UTF-8</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 22:12:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Store and retrieve data in UTF-8 on SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/store-and-retrieve-data-in-utf-8-on-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/store-and-retrieve-data-in-utf-8-on-sql-server-2005/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 11:11:50 +0000</pubDate>
		<dc:creator>MrGeorge</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[(Apologies:I put this question under Windows Server 2003 tag by mistake, so I copied and pasted it here where it should be) I am trying to store and retrieve data in UTF-8 on SQL Server 2005 and having problems. I manually type Greek (just for example) into the database and when I open the table [...]]]></description>
				<content:encoded><![CDATA[<p>(Apologies:I put this question under Windows Server 2003 tag by mistake, so I copied and pasted it here where it should be)<br />
I am trying to store and retrieve data in UTF-8 on SQL Server 2005 and having problems. I manually type Greek (just for example) into the database and when I open the table SQL makes it into question marks ???. What should I do to be able to store and read UTF-8 data? My columns are all NVARCHAR(MAX). I anticipate that my database will need to store other languages too through a scripting language (ASP Classic in this case). How do I tell SQL Server 2005 to support more than one language for storing and retrieving data?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/store-and-retrieve-data-in-utf-8-on-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Parsing a XML file with Chinese Characters in AS/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parsing-a-xml-file-with-chinese-characters-in-as400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/parsing-a-xml-file-with-chinese-characters-in-as400/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 04:33:15 +0000</pubDate>
		<dc:creator>EdmondTang</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CCSID]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[UTF-8]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML development]]></category>
		<category><![CDATA[XML File Creation]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am working on a project which require to parse a XML file (in UTF-8 encoding) and put the value into a AS/400 physical file by using JAVA. However, one of the tags in XML may contain both Traditional Chinese and Simplified Chinese characters. The field in the physical file has already defined as DBCS [...]]]></description>
				<content:encoded><![CDATA[<p>I am working on a project which require to parse a XML file (in UTF-8 encoding) and put the value into a AS/400 physical file by using JAVA. However, one of the tags in XML may contain both Traditional Chinese and Simplified Chinese characters.<br />
The field in the physical file has already defined as DBCS (Open-type).<br />
Now, my problem is I could only select ONE CCSID every time when I convert the byte stream back into string (for EBCDIC) in JAVA (please correct me if my understanding is wrong), for example, I am now using valueString.getBytes(&#8220;CP937&#8243;). However, it seems that &#8220;CP937&#8243; does not support Simplified Chinese and if I change it to &#8220;CP935&#8243;, the results is Traditional Chinese cannot be supported this time. </p>
<p>Could anyone advise how can I support both Traditional Chinese and Simplified Chinese? Thanks so much!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/parsing-a-xml-file-with-chinese-characters-in-as400/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer data file &#8216;PF&#8217; from AS/400 to AIX</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transfer-data-file-pf-from-as400-to-aix/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/transfer-data-file-pf-from-as400-to-aix/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 09:40:19 +0000</pubDate>
		<dc:creator>mohammadhirbawi</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Data File]]></category>
		<category><![CDATA[AS/400 Transfer]]></category>
		<category><![CDATA[File formats]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to transfer data file &#8216;PF&#8217; from AS/400 to AIX server,but i want to change the file type to UTF-8. please advice me how to do this. thanks]]></description>
				<content:encoded><![CDATA[<p>I want to transfer data file &#8216;PF&#8217; from AS/400 to AIX server,but i want to change the file type to UTF-8. please advice me how to do this. thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/transfer-data-file-pf-from-as400-to-aix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to display CCSID(1200) in a DSPF 5250</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-display-ccsid1200-in-a-dspf-5250/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-display-ccsid1200-in-a-dspf-5250/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 17:25:27 +0000</pubDate>
		<dc:creator>Protelo</dc:creator>
				<category><![CDATA[CCSID]]></category>
		<category><![CDATA[DSPF]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am working on a project to enable certain fields in the DB for unicode UTF-8.  I have coded the affected DSPF with CCSID(1200) and recompiled, however the data is still displayed as gibberish. What am I doing wrong?]]></description>
				<content:encoded><![CDATA[<p>I am working on a project to enable certain fields in the DB for unicode UTF-8.  I have coded the affected DSPF with CCSID(1200) and recompiled, however the data is still displayed as gibberish. What am I doing wrong?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-display-ccsid1200-in-a-dspf-5250/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Convert/Supress non UTF-8 to UTF-8 on as/400 while CPYTOSTMF</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/convertsupress-non-utf-8-to-utf-8-on-as400-while-cpytostmf/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/convertsupress-non-utf-8-to-utf-8-on-as400-while-cpytostmf/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 12:01:54 +0000</pubDate>
		<dc:creator>NarasimhaReddy</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CPYTOSTMF]]></category>
		<category><![CDATA[UTF-8]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I am generating XML from AS/400. I am doing following steps: Creating Flat File wiht RCDLEN (260) and CCSID 65535 (Default). I am reading data from some other Physical File. Putting data in between XML tags in required XML format and writing this record into Flat File. Now flat file contains XML formatted data. [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I am generating XML from AS/400. I am doing following steps:<br />
Creating Flat File wiht RCDLEN (260) and CCSID 65535 (Default).<br />
I am reading data from some other Physical File.<br />
Putting data in between XML tags in required XML format and writing this record into Flat File.<br />
Now flat file contains XML formatted data.<br />
I do CPYTOSTMF with STMFCODPAG(*PCASCII).<br />
Then I copy the XML file from IFS to PC.<br />
Now, If I open the XML file on PC, it gives error some times. Error is File contains non UTF-8 characters, those are not valid in XML file.</p>
<p>If I check the data in my original PF, It has some invalid characters. I am getting these data from other open systems into my AS/400.</p>
<p>Can some body help How to suppress or convert these characters, so that I can process XML on PC successfully.</p>
<p>Thanks<br />
Reddy</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/convertsupress-non-utf-8-to-utf-8-on-as400-while-cpytostmf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ArcGIS, .NET, Urgent! Please help</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/arcgis-net-urgent-please-help/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/arcgis-net-urgent-please-help/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:28:21 +0000</pubDate>
		<dc:creator>Andisheh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m trying to save a unicode utf8 string &#8211;&#62; &#8220;سلام&#8221; in a feature of a featureclass, but it is saved like &#8220;????&#8221;.as ArcMap support different encodin and also Farsi that I&#8217;m working with, It should be possible through my program.but I didn&#8217;t find any way yet.anybody knows about this? feature = fc.CreateFeature(); feature.Shape = point; [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m trying to save a unicode utf8 string &#8211;&gt; &#8220;سلام&#8221; in a feature of a featureclass, but it is saved like &#8220;????&#8221;.as ArcMap support different encodin and also Farsi that I&#8217;m working with, It should be possible through my program.but I didn&#8217;t find any way yet.anybody knows about this?</p>
<p>feature = fc.CreateFeature();<br />
feature.Shape = point;<br />
feature.set_Value(feature.Fields.FindField(&#8220;Name&#8221;), o.Name);<br />
feature.Store();</p>
<p>fc is an IFeatureClass, feature is an IFeature and o.Name is a unicode.utf8 string.in watch window:<br />
feature.get_value(feature.Fields.FindField(&#8220;Name&#8221;))&#8211;&gt; is OK<br />
but<br />
fc.GetFeature(1).Get_Value(feature.Fields.FindField(&#8220;Name&#8221;)) &#8211;&gt; is &#8220;????&#8221;</p>
<p>and this is what is saved. What should I do? Cry</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/arcgis-net-urgent-please-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending emails in UTF-8 format using a BlackBerry</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-emails-in-utf-8-format-using-a-blackberry/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sending-emails-in-utf-8-format-using-a-blackberry/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 08:07:05 +0000</pubDate>
		<dc:creator>mshen</dc:creator>
				<category><![CDATA[BlackBerry email]]></category>
		<category><![CDATA[BlackBerry Pearl]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[UTF-8]]></category>
		<category><![CDATA[Windows-1252]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A Blackberry Pearl user is sending emails for a gmail account. The emails are being sent in Windows-1252 format. How do I set it to send emails in a UTF-8 format?]]></description>
				<content:encoded><![CDATA[<p>A Blackberry Pearl user is sending emails for a gmail account.  The emails are being sent in Windows-1252 format.  How do I set it to send emails in a UTF-8 format?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sending-emails-in-utf-8-format-using-a-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you create a file containing Simplified Chinese characters (DBCS) and English in the same field on IBM iSeries IFS in UNICODE UTF-8 format?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-create-a-file-containing-simplified-chinese-characters-dbcs-and-english-in-the-same-field-on-ibm-iseries-ifs-in-unicode-utf-8-format/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-create-a-file-containing-simplified-chinese-characters-dbcs-and-english-in-the-same-field-on-ibm-iseries-ifs-in-unicode-utf-8-format/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 19:10:34 +0000</pubDate>
		<dc:creator>Tom P</dc:creator>
				<category><![CDATA[ASCII]]></category>
		<category><![CDATA[CCSID]]></category>
		<category><![CDATA[EBCDIC]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Caveat &#8211; I am not an iSeries programmer(since 15 years ago), so please be very specific with your answer so that I can understand it. I am trying to print product labels with Simplified Chinese characters on a Zebra bar code printer from data retrieved from IBM iSeries (AS/400). The data for the label is [...]]]></description>
				<content:encoded><![CDATA[<p>Caveat &#8211; I am not an iSeries programmer(since 15 years ago), so please be very specific with your answer so that I can understand it. I am trying to print product labels with Simplified Chinese characters on a Zebra bar code printer from data retrieved from IBM iSeries (AS/400). The data for the label is created by an RPG ILE program in XML format (essentially a text file with 1 field). The file is defined with CCSID 935 (Simplified Chinese), which should handle mixed SBCS and DBCS. The iSeries user profile is defined to use Simplified Chinese. The  iSeries session is run on a VMWare VM created to display Chinese characters. The problem I am having is converting the file from the EBCDIC to UNICODE UTF-8, which is required to print the Chinese characters on the bar code printer. The file is in an XML format because the printer has a built-in XML parser in its firmware that overlays the label format with the values in the XML file. For label fields using Chinese characters a special font is used that contains the Simplified Chinese character set (UNICODE font) in onboard flash memory. Label formats (ZPL) reside in onboard flash memory  on the printer also. I have tried FTP&#8217;ing the file directly from the iSeries to the printer but the EBCDIC to UNICODE conversion did not work. I&#8217;ve tried CCSID&#8217;s of 1208 and 13488 for the UNICODE output. I&#8217;ve tried outputting the XML file to the IFS so that I could FTP the file directly to the printer from there, but I haven&#8217;t quite managed to generate the file in UNICODE UTF-8 on the IFS. It continues to be EBCDIC on the IFS.  You can view the file from the iSeries using the EDTF command and see the Chinese characters, but viewing the file in the IFS from the desktop using NotePad++ you can only see garbage until you convert the file from EBCDIC to ASCII. I have contacted IBM Tech Support and have opened an issue. So far (several months) they have been unable to come up with a workable solution. I am hoping that someone has already encountered this or a similar issue and solved it. After all, there are a lot of companies doing business in China and some of them use the iSeries.  Thanks in advance.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-create-a-file-containing-simplified-chinese-characters-dbcs-and-english-in-the-same-field-on-ibm-iseries-ifs-in-unicode-utf-8-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.032 seconds using memcached
Object Caching 805/886 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 01:39:11 -->