﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code]]></description>
    <title><![CDATA[Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
    <link>http://dn.codegear.com/article/38693</link>
    <!-- source: http://dn.codegear.com/article/38693/feed-->
    <dc:date>2009-01-09T05:32:23-08:00</dc:date>
    <item>
      <description><![CDATA[Something very pertinent that I spent about a day in total trying to work out what was going wrong: If your components are using the MS Sans Serif font (and probably others), some Unicode characters will not display correctly. Tahoma is a much safer font to use - this is also the default font for forms in Delphi 2009.]]></description>
      <title><![CDATA[Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41687</guid>
      <dc:date>2008-10-16T21:45:15-07:00</dc:date>
      <pubDate>2008-10-16T21:45:15-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[The process to Unicodify your code shouldn´t be to hard.... unless you´ve got a project with more than 2 million lines of code as we do!]]></description>
      <title><![CDATA[re: Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Brynjar Tryggvason)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41576</guid>
      <dc:date>2008-09-19T05:00:57-07:00</dc:date>
      <pubDate>2008-09-19T05:00:57-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[Yes, it is wrong. It should be SizeOf(Buf), as explained in the section before that. &lt;g&gt;]]></description>
      <title><![CDATA[re: Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Rudy Velthuis (TeamB))
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41574</guid>
      <dc:date>2008-09-18T03:53:40-07:00</dc:date>
      <pubDate>2008-09-18T03:53:40-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[Is this typo?In code example of TMemoryStream,-----------  Write(Pointer(Temp)^, Length(Temp));//Write(Pointer(Str)^, Length(Str)); &lt;-- this is the ...    should be  Write(Pointer(Temp)^, Length(Temp) * SizeOf(AnsiChar));//Write(Pointer(Str)^, Length(Str) * SizeOf(Char)); &lt;-- this is the ...-----------]]></description>
      <title><![CDATA[Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Tomohiro Takahashi)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41564</guid>
      <dc:date>2008-09-14T22:02:22-07:00</dc:date>
      <pubDate>2008-09-14T22:02:22-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[Is this typo?In Example code:FillChar(Buf, Length(Buf), #9); should beFillChar(Buf, SizeOf(Buf), #9);]]></description>
      <title><![CDATA[Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Tomohiro Takahashi)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41563</guid>
      <dc:date>2008-09-14T19:29:25-07:00</dc:date>
      <pubDate>2008-09-14T19:29:25-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[I found printing from "Edit Content" button (on the top right corner of this article) then open the .doc file using M$-Word gives better layout.]]></description>
      <title><![CDATA[re: Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Edy Edy)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41552</guid>
      <dc:date>2008-09-11T15:37:09-07:00</dc:date>
      <pubDate>2008-09-11T15:37:09-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[What about the data type mapping in databases?]]></description>
      <title><![CDATA[Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Andrew Fionik)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41547</guid>
      <dc:date>2008-09-11T08:51:24-07:00</dc:date>
      <pubDate>2008-09-11T08:51:24-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[It would be nice to be able to print this article, but neither this page nor the "printer friendly" version result in a somewhat nice printout (using IE7 or Firefox 3)]]></description>
      <title><![CDATA[Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (Henrich Deppenmeier)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41544</guid>
      <dc:date>2008-09-11T00:22:44-07:00</dc:date>
      <pubDate>2008-09-11T00:22:44-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[In the example below "Calls to SizeOf on Buffers" the explanation for Length(p) returning 17 is a little bit misleading, I think. The result is 17 not because 'This is a string' consists of 16 characters and a  null termination character is included in the result -- which would be wrong, as Length() never includes the trailing null character. It's 17 because Length(p) = High(p) - Low(p) + 1 for every array p. Even if p held 'string' as its value, the result of Length(p) would have been 17.]]></description>
      <title><![CDATA[Delphi in a Unicode World Part III:  Unicodifying Your Code]]></title>
      <managingEditor>
	 (JÃ¼rgen KrÃ¤mer)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41543</guid>
      <dc:date>2008-09-11T00:17:52-07:00</dc:date>
      <pubDate>2008-09-11T00:17:52-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <item>
      <description><![CDATA[This page is quite wide, not fitting even on a 1280px screen, making it difficult to read, especially at lower screen resolutions. ]]></description>
      <title><![CDATA[Page too wide!]]></title>
      <managingEditor>
	 (Anders Isaksson)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41542</guid>
      <dc:date>2008-09-10T23:21:01-07:00</dc:date>
      <pubDate>2008-09-10T23:21:01-07:00</pubDate>
      <source url="http://dn.codegear.com/article/38693/feed">Comments for Delphi in a Unicode World Part III:  Unicodifying Your Code</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>