<?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 for CE&#039;s Blog</title>
	<atom:link href="http://www.christian-etter.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.christian-etter.de</link>
	<description>Stuff I found noteworthy.</description>
	<lastBuildDate>Fri, 21 May 2010 11:15:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Anonymous</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-699</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 21 May 2010 11:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-699</guid>
		<description>Thank you for the tip, Christian.
I convert the buffer i read to UTF-16 and now i can see correct chars :-)</description>
		<content:encoded><![CDATA[<p>Thank you for the tip, Christian.<br />
I convert the buffer i read to UTF-16 and now i can see correct chars <img src='http://www.christian-etter.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-696</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Fri, 21 May 2010 10:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-696</guid>
		<description>I don&#039;t know if your text reading api supports UTF8 directly, in case it doesn&#039;t you should be able to read the file as binary data and then convert it into UTF-16 on the Windows platform. This can be done by using the MultiByteToWideChar() API.

- Christian</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if your text reading api supports UTF8 directly, in case it doesn&#8217;t you should be able to read the file as binary data and then convert it into UTF-16 on the Windows platform. This can be done by using the MultiByteToWideChar() API.</p>
<p>- Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Jean</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-693</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Fri, 21 May 2010 05:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-693</guid>
		<description>Yes, the text file is correct :-)
But i need to read it, i tried fread, fgets, fgetws.
And i still get uncorrect characters</description>
		<content:encoded><![CDATA[<p>Yes, the text file is correct <img src='http://www.christian-etter.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
But i need to read it, i tried fread, fgets, fgetws.<br />
And i still get uncorrect characters</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-684</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Thu, 20 May 2010 19:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-684</guid>
		<description>Jean,
Text is in UTF-8 format, it reads out fine. Try:

exiftool -location IMG_0650_web.jpg&gt;location.txt

then open the text file with a UTF-8 aware editor. &quot;St. Isaac&#039;s Cathedral (Исаакиевский Собор)&quot; This should solve the problem.

Christian</description>
		<content:encoded><![CDATA[<p>Jean,<br />
Text is in UTF-8 format, it reads out fine. Try:</p>
<p>exiftool -location IMG_0650_web.jpg>location.txt</p>
<p>then open the text file with a UTF-8 aware editor. &#8220;St. Isaac&#8217;s Cathedral (Исаакиевский Собор)&#8221; This should solve the problem.</p>
<p>Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Jean</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-680</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 20 May 2010 17:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-680</guid>
		<description>yes, the output is made to a text file, i read it with Notepad (Notepad reads perfectly those characters).
the metadata should be corrected written, i can read them with Imagemagick

(i have joined the file in the Exiftool forum)</description>
		<content:encoded><![CDATA[<p>yes, the output is made to a text file, i read it with Notepad (Notepad reads perfectly those characters).<br />
the metadata should be corrected written, i can read them with Imagemagick</p>
<p>(i have joined the file in the Exiftool forum)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-679</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Thu, 20 May 2010 16:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-679</guid>
		<description>Again, did you output this data to a text file and open it as UTF-8 in a suitable text editor?
Is there a chance the data has been written incorrectly? 
Many third party programs do not handle UTF-8 IPTC correctly. They might just use the system default code page. Please verify by writing cyrillic text using the -@ argfile of ExifTool.

- Christian</description>
		<content:encoded><![CDATA[<p>Again, did you output this data to a text file and open it as UTF-8 in a suitable text editor?<br />
Is there a chance the data has been written incorrectly?<br />
Many third party programs do not handle UTF-8 IPTC correctly. They might just use the system default code page. Please verify by writing cyrillic text using the -@ argfile of ExifTool.</p>
<p>- Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Jean</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-678</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 20 May 2010 15:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-678</guid>
		<description>Christian
Thank you for your answer, i did not know that &#039;type&#039; command, it works fine.
Now i rename/copy the files to temp and Exiftool can read them.
But some infos are written in cyrillic (see for example Keywords and By-line) and are not read by Exiftool; it seems to be the normal behaviour due to Perl ?

Current IPTC Digest             : 9a42ed6cec8fd5344ec946c1cb15501e
Application Record Version      : 2
Keywords                        : Àíäðåé, Èâàí, Òàðàñ
By-line                         : Ïåòðîâ Ïåòð
IPTC Digest                     : 9a42ed6cec8fd5344ec946c1cb15501e
Image Width                     : 1704
Image Height                    : 2272
Encoding Process                : Baseline DCT, Huffman coding</description>
		<content:encoded><![CDATA[<p>Christian<br />
Thank you for your answer, i did not know that &#8216;type&#8217; command, it works fine.<br />
Now i rename/copy the files to temp and Exiftool can read them.<br />
But some infos are written in cyrillic (see for example Keywords and By-line) and are not read by Exiftool; it seems to be the normal behaviour due to Perl ?</p>
<p>Current IPTC Digest             : 9a42ed6cec8fd5344ec946c1cb15501e<br />
Application Record Version      : 2<br />
Keywords                        : Àíäðåé, Èâàí, Òàðàñ<br />
By-line                         : Ïåòðîâ Ïåòð<br />
IPTC Digest                     : 9a42ed6cec8fd5344ec946c1cb15501e<br />
Image Width                     : 1704<br />
Image Height                    : 2272<br />
Encoding Process                : Baseline DCT, Huffman coding</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-665</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Thu, 20 May 2010 08:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-665</guid>
		<description>Jean,
the bahaviour you are describing is due to a limitation of the Perl interpreter, which can only handle file names which can be represented in the current ANSI code page of your Windows system. Most likely you are using code page 1252, which does not contain cyrillic letters. Basically you have the following options:
&lt;ol&gt;	&lt;li&gt;Change your system code page to one that supports cyrillic. This will have many side effects and might impact your ability to open files with western accented characters.&lt;/li&gt;
	&lt;li&gt;Use the windows command line to rename the file including the folder name to one that can be safely represented in your code page. After you are done with ExifTool, rename it and move it to the original location. This is a complicated but safe approach if you are planning to modify the file.&lt;/li&gt;
	&lt;li&gt;Do not provide a file name to ExifTool and tell it to read data from stdin instead. Then use the &lt;em&gt;type &lt;/em&gt;command to read the file. E.g. &lt;strong&gt;type Кирилица.jpg &#124; exiftool -&lt;/strong&gt;. This is guaranteed to work in all cases, but it is difficult to use the same technique for writing.&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Jean,<br />
the bahaviour you are describing is due to a limitation of the Perl interpreter, which can only handle file names which can be represented in the current ANSI code page of your Windows system. Most likely you are using code page 1252, which does not contain cyrillic letters. Basically you have the following options:</p>
<ol>
<li>Change your system code page to one that supports cyrillic. This will have many side effects and might impact your ability to open files with western accented characters.</li>
<li>Use the windows command line to rename the file including the folder name to one that can be safely represented in your code page. After you are done with ExifTool, rename it and move it to the original location. This is a complicated but safe approach if you are planning to modify the file.</li>
<li>Do not provide a file name to ExifTool and tell it to read data from stdin instead. Then use the <em>type </em>command to read the file. E.g. <strong>type Кирилица.jpg | exiftool -</strong>. This is guaranteed to work in all cases, but it is difficult to use the same technique for writing.</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing for possible Unicode &#8211; ANSI code page compatibility by Jean</title>
		<link>http://www.christian-etter.de/?p=51&#038;cpage=1#comment-658</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 20 May 2010 06:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://winweb319.win-www.df-webhosting.de/?p=51#comment-658</guid>
		<description>Hello
I use ExifTool under Window (XP, 7).
I create a .bat to be able to get the metadata in a .txt with the following syntax:
(the .bat is created with WCHAR characters)

exiftool.exe -EXIF:All myfile.jpg &gt;myfile.txt

It works perfectly with &#039;western&#039; file names but as soon as i use, for example, cyrillic file names, nothing&#039;s happening.</description>
		<content:encoded><![CDATA[<p>Hello<br />
I use ExifTool under Window (XP, 7).<br />
I create a .bat to be able to get the metadata in a .txt with the following syntax:<br />
(the .bat is created with WCHAR characters)</p>
<p>exiftool.exe -EXIF:All myfile.jpg &gt;myfile.txt</p>
<p>It works perfectly with &#8216;western&#8217; file names but as soon as i use, for example, cyrillic file names, nothing&#8217;s happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExifTool Performance Benchmark by Christian Etter</title>
		<link>http://www.christian-etter.de/?p=458&#038;cpage=1#comment-529</link>
		<dc:creator>Christian Etter</dc:creator>
		<pubDate>Thu, 22 Apr 2010 07:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.christian-etter.de/?p=458#comment-529</guid>
		<description>Post has been updated. Thanks Thomas.</description>
		<content:encoded><![CDATA[<p>Post has been updated. Thanks Thomas.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
