<?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] Markup with unicode symbols</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [solved] Markup with unicode symbols]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:36:27 +0000</pubDate>
  <lastBuildDate>Mon, 14 Mar 2016 06:27:50 +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=22959</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] Markup with unicode symbols : Thank you. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74581&amp;title=solved-markup-with-unicode-symbols#74581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 22959<br /><strong>Posted:</strong> 14 March 2016 at 6:27am<br /><br />Thank you.]]>
   </description>
   <pubDate>Mon, 14 Mar 2016 06:27:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74581&amp;title=solved-markup-with-unicode-symbols#74581</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Markup with unicode symbols : See also this message: http://...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74579&amp;title=solved-markup-with-unicode-symbols#74579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4998">iamgtd</a><br /><strong>Subject:</strong> 22959<br /><strong>Posted:</strong> 14 March 2016 at 4:57am<br /><br />See also this message: <br>http://forum.codejock.com/forum_posts.asp?TID=22847&amp;title=activex-suite-v17-axlabel-with-markup-text-fails<br>]]>
   </description>
   <pubDate>Mon, 14 Mar 2016 04:57:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74579&amp;title=solved-markup-with-unicode-symbols#74579</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Markup with unicode symbols : Yes, it seems that it do not like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74578&amp;title=solved-markup-with-unicode-symbols#74578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22959<br /><strong>Posted:</strong> 14 March 2016 at 4:44am<br /><br />Yes, it seems that it do not like non-ASCII characters anymore.<div>My code failed using the copyright symbol ©, and I had to use the code &amp;#169; instead.<div><br></div><div>-cpede</div></div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2016 04:44:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74578&amp;title=solved-markup-with-unicode-symbols#74578</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Markup with unicode symbols : I had the same problem with 17.1....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74577&amp;title=solved-markup-with-unicode-symbols#74577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4998">iamgtd</a><br /><strong>Subject:</strong> 22959<br /><strong>Posted:</strong> 14 March 2016 at 4:27am<br /><br />I had the same problem with 17.1. With the unicode version of the Skinframework the issue doesn't occures. <br>]]>
   </description>
   <pubDate>Mon, 14 Mar 2016 04:27:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74577&amp;title=solved-markup-with-unicode-symbols#74577</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Markup with unicode symbols : 17.1.0 Controls:CXTPTaskDialog/CXTPButton......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74576&amp;title=solved-markup-with-unicode-symbols#74576</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=840">sbinder</a><br /><strong>Subject:</strong> 22959<br /><strong>Posted:</strong> 14 March 2016 at 4:15am<br /><br />17.1.0 Controls:<br />CXTPTaskDialog/CXTPButton... with Markup doesn't work when there are umlauts in the text. <br /><br />sample:<br />CXTPTaskDialog test(this);<br />CString sText1 = _T("&lt;TextBlock&gt;&lt;LineBreak/&gt;Here are umlauts: äöü&lt;LineBreak/&gt;&lt;/TextBlock&gt;");<br />test.SetContent(sText1);<br />test.EnableMarkup(TRUE);<br />test.DoModal();]]>
   </description>
   <pubDate>Mon, 14 Mar 2016 04:15:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22959&amp;PID=74576&amp;title=solved-markup-with-unicode-symbols#74576</guid>
  </item> 
 </channel>
</rss>