<?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 : [solved] Japanese is not displayed</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [solved] Japanese is not displayed]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 03:05:45 +0000</pubDate>
  <lastBuildDate>Wed, 31 Jan 2018 21:12:14 +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=23555</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[[solved] Japanese is not displayed : I solved it with the following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23555&amp;PID=76551&amp;title=solved-japanese-is-not-displayed#76551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8143">hiro-ta</a><br /><strong>Subject:</strong> 23555<br /><strong>Posted:</strong> 31 January 2018 at 9:12pm<br /><br /><div>I solved it with the following.</div><div><br></div><div><a href="http://forum.codejock.com/forum_posts.asp?TID=23554&amp;KW=japan&amp;title=solved-hebrew-symbols-while-using-enablemarkup" rel="nofollow">http://forum.codejock.com/forum_posts.asp?TID=23554&amp;KW=japan&amp;title=solved-hebrew-symbols-while-using-enablemarkup</a></div>]]>
   </description>
   <pubDate>Wed, 31 Jan 2018 21:12:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23555&amp;PID=76551&amp;title=solved-japanese-is-not-displayed#76551</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Japanese is not displayed : Hi,Japanese is not displayed in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23555&amp;PID=76536&amp;title=solved-japanese-is-not-displayed#76536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8143">hiro-ta</a><br /><strong>Subject:</strong> 23555<br /><strong>Posted:</strong> 30 January 2018 at 5:06am<br /><br />Hi,<div><br></div><div>Japanese is not displayed in CXTPRibbonBackstageButton.</div><div>17.3.0 was fine.　18.2.0 is no good</div><div><br></div><div><img src="uploads/8143/backstage_butt&#111;n.png" height="524" width="1303" border="0" /><br></div><div><br></div><div><div>&#091;Development environment&#093;</div></div><div>Windows10 Pro Japanese</div><div>VisualStudio2010 SP1</div><div>Toolkit Pro for Visual C++ 18.2.0</div><div><br></div><div>&#091;source&#093;</div><div><div>void CBackstagePageHelp::InitButton(UINT nID)</div><div>{</div><div><span style="white-space: pre;">	</span>CXTPRibbonBackstageButton* pButton = (CXTPRibbonBackstageButton*)GetDlgItem(nID);</div><div><span style="white-space: pre;">	</span>CXTPImageManagerIcon* pIcon = GetImageList()-&gt;GetImage(nID);</div><div><span style="white-space:pre">	</span>ASSERT(pIcon);</div><div><span style="white-space: pre;">	</span>pButton-&gt;SetIcon(pIcon-&gt;GetExtent(), pIcon);</div><div><span style="white-space:pre">	</span>pIcon-&gt;InternalAddRef();</div><div><span style="white-space: pre;">	</span>pButton-&gt;SetTextAlignment(BS_LEFT | BS_VCENTER);</div><div><span style="white-space:pre">	</span>pButton-&gt;SetImageAlignment(BS_LEFT | BS_VCENTER);</div><div><span style="white-space: pre;">	</span>pButton-&gt;SetFlatStyle(TRUE);</div><div><span style="white-space:pre">	</span>pButton-&gt;ShowShadow(FALSE);</div><div><br></div><div>#if 1 // Optionally Format color and Margins with Markup</div><div><br></div><div><span style="white-space:pre">	</span>pButton-&gt;EnableMarkup(TRUE);</div><div><span style="white-space: pre;">	</span>CString strWindowText;</div><div><span style="white-space:pre">	</span>pButton-&gt;GetWindowText(strWindowText);</div><div><span style="white-space: pre;">	</span>CString strTitle, strDescription;</div><div><span style="white-space:pre">	</span>AfxExtractSubString(strTitle, strWindowText, 0);</div><div><span style="white-space:pre">	</span>AfxExtractSubString(strDescription, strWindowText, 1);</div><div><span style="white-space: pre;">	</span>strWindowText.Format(_T("&lt;StackPanel Margin='5, 3, 5, 3'&gt;&lt;TextBlock&gt;%s&lt;/TextBlock&gt;&lt;TextBlock TextWrapping='Wrap' Foreground='#6f6f6f' Margin='0, 3, 0, 0'&gt;%s&lt;/TextBlock&gt;&lt;/StackPanel&gt;"), strTitle, strDescription);</div><div><span style="white-space:pre">	</span>pButton-&gt;SetWindowText(strWindowText);</div><div><br></div><div>#endif&nbsp;</div><div>}</div></div><div><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 30 Jan 2018 05:06:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23555&amp;PID=76536&amp;title=solved-japanese-is-not-displayed#76536</guid>
  </item> 
 </channel>
</rss>