<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Japanese Text Display</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Japanese Text Display]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 13:12:06 +0000</pubDate>
  <lastBuildDate>Thu, 30 Mar 2006 10:36:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=3909</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Japanese Text Display : Ok, lets think. We set fontdefined...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3909&amp;PID=11842&amp;title=japanese-text-display#11842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3909<br /><strong>Posted:</strong> 30 March 2006 at 10:36am<br /><br /><P>Ok, lets think.</P><P>We set font&nbsp;defined in Settings dialog by Icon Font:</P><P>&nbsp;LOGFONT lfIcon;<BR>&nbsp;VERIFY(::SystemParametersInfo(SPI_GETICONTITLELOGFONT, sizeof(lfIcon), &amp;lfIcon, 0));<BR>&nbsp;lfIcon.lfWeight = FW_NORMAL;<BR>&nbsp;lfIcon.lfItalic = FALSE;<BR> &nbsp;VERIFY(m_pPaintManager-&gt;GetItemMetrics()-&gt;m_font Normal.CreateFontIndirect(&amp;lfIcon)); </P><P>&nbsp;</P><P>so may be <EM>lfCharSet</EM><FONT color=#000000><EM> is not </EM>SHIFTJIS_CHARSET in customers computer</FONT></P><P>Try to set font directly and set <EM>lfCharSet</EM><FONT color=#000000><EM>&nbsp; to </EM>SHIFTJIS_CHARSET :</FONT></P><P>&nbsp;</P><P>LOGFONT lfIcon;<BR>VERIFY( ::SystemParametersInfo( SPI_GETICONTITLELOGFONT, sizeof( lfIcon ), &amp;lfIcon, 0 ) );</P><P>lfIcon.<EM>lfCharSet</EM><FONT color=#000000><EM>&nbsp; = </EM>SHIFTJIS_CHARSET;</FONT></P><P>CFont fntNormal;<BR>fntNormal.CreateFontIndirect(&amp;lfIcon );<BR></P><P>m_wndPropertyGrid.SetFont(&amp;fntNormal);<BR></P><P><FONT style=": #800080"></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 30 Mar 2006 10:36:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3909&amp;PID=11842&amp;title=japanese-text-display#11842</guid>
  </item> 
  <item>
   <title><![CDATA[Japanese Text Display : We have been receiving reports...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3909&amp;PID=11831&amp;title=japanese-text-display#11831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1891">shoe</a><br /><strong>Subject:</strong> 3909<br /><strong>Posted:</strong> 30 March 2006 at 3:07am<br /><br />We have been receiving reports from one of our Japanese customers stating that the text within a property grid item is not displaying correctly on their machine (i.e. the CXTPPropertyGridItem''s ''Title''). Having verified that their Regional Settings are correct (Both system locale and non-unicode program settings are set to japanese), we are stuck!<br><br>Our software uses RC-Wintrans to internationalise strings, loading them into CStrings internally. We are using _MBCS, not _UNICODE, for all build stages. All of our menus and toolbars are translating correctly (using a different toolkit).<br><br>We have tested this on development machines in the UK, and we cannot reproduce this problem, but it consistently happens for our japanese customer(s). Our japanese customer is running a japanese version of Windows XP Pro - we are running the English version.<br><br>I have attached a screenshot showing the problem as it appears on the customer''s machine. To recap, I CANNOT reproduce this on my machine (japanese text is rendered fine).<br><br><img src="http://www.shoemaster.co.uk/temp/japanese.png" border="0"><br><br>]]>
   </description>
   <pubDate>Thu, 30 Mar 2006 03:07:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3909&amp;PID=11831&amp;title=japanese-text-display#11831</guid>
  </item> 
 </channel>
</rss>