<?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 : special unicode characters in XAML</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : special unicode characters in XAML]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 22:06:21 +0000</pubDate>
  <lastBuildDate>Sat, 16 Dec 2017 07:59:37 +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=23077</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[special unicode characters in XAML : Hello.I am building a report using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=76420&amp;title=special-unicode-characters-in-xaml#76420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9174">leandro@tecware.com.</a><br /><strong>Subject:</strong> 23077<br /><strong>Posted:</strong> 16 December 2017 at 7:59am<br /><br /><div>Hello.</div><div>I am building a report using MARKUP LABEL and PRINT PREVIEW for printing.</div><div>The Portuguese language is full of accents.</div><div>When I use accents, MARKUP works correctly, but when sending to PRINT PREVIEW printing does not work because PRINT PREVIEW does not carry accents.</div><div>To solve I had to build the MARKUP string in UTF-8 and use UTF-8 in PRINT PREVIEW and ANSI in MARKUP.</div><div>I believe this is not the best practice.</div><div><br></div><div>Looking at the MARKUP PAD (EXE) I realized that I can write an ANSI XAML and that the print works correctly.</div><div>I also noticed that the PRINT PREVIEW menu is disabled initially, but after some time it enables.</div><div>This gave me the impression that there is some kind of ANSI CONVERTER for UTF-8 to allow PRINT PREVIEW to work correctly.</div><div><br></div><div>I also noticed that the MARKUP PAD (VBP - Visual Basic 6) does not have the same behavior, forcing me to write in UTF-8 and then convert to ANSI</div><div>as mentioned initially.</div><div><br></div><div>The question is:</div><div>How can MARKUP PAD (exe) be able to receive ANSI text and print correctly?</div><div>Does it convert from ANSI to UTF-8?</div><div>How can we do this conversion?</div>]]>
   </description>
   <pubDate>Sat, 16 Dec 2017 07:59:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=76420&amp;title=special-unicode-characters-in-xaml#76420</guid>
  </item> 
  <item>
   <title><![CDATA[special unicode characters in XAML : Make sure you are using the Unicode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=74895&amp;title=special-unicode-characters-in-xaml#74895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 23077<br /><strong>Posted:</strong> 17 July 2016 at 10:23am<br /><br />Make sure you are using the Unicode version of the control, and then just use the actual characters "Á, á, é, É, Ñ, ñ" or Chr$W() control codes. <br>]]>
   </description>
   <pubDate>Sun, 17 Jul 2016 10:23:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=74895&amp;title=special-unicode-characters-in-xaml#74895</guid>
  </item> 
  <item>
   <title><![CDATA[special unicode characters in XAML : Hello ElvisM,I think you forgot...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=74894&amp;title=special-unicode-characters-in-xaml#74894</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23077<br /><strong>Posted:</strong> 17 July 2016 at 7:31am<br /><br />Hello ElvisM,<br><div><br></div><div>I think you forgot something from declarations in XAML, see our sample&nbsp;</div><div><br></div><div>c:\Program Files (x86)\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v17.2.0\Samples\Common\VB\MarkupSample\frmMain.frm</div><div><br></div><div>See using MarkupLabel1.<table width="99%"><tr><td><pre class="BBcode">&lt;!-- xaml code from VB MarkupSample samle --&gt;</div><div>&lt;Border xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' Background="Yellow"&gt;</div><div><br></div><div>&lt;ScrollViewer HorizontalAlignment="Center" VerticalAlignment="Center" VerticalScrollBarVisibility="Auto"&gt;</div><div>&lt;StackPanel TextElement.FontSize="14" TextElement.FontFamily="Tahoma" Background="LightGreen"&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Arabic"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="مـرحبــاً"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Danish"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Velkommen"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Dutch"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Welkom"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="English"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Welcome"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Farsi"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="خـوش آمديـد"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="French"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Bienvenue"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Gaelic"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Fбilte"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="German"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Willkommen"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Greek"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Καλώς ήλθατε"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock Width= "100" Text="Gujarati"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="આવો યઘારો"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Hebrew"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="בִּרוּבִים חַבָּאִים"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Hindi"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="रवागत"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Italian"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Benvenuto"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Japanese"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="よろてそ"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Korean"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="여보세요"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Polish"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Witamy"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Portuguese"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Bemvindo"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Punjabi"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="ਜੀ ਆਇਆਂ ਨੂੰ"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Russian"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Добро пожаловать"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Simplified Chinese"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="欢迎"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Slovak"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Vнtame vбs"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Spanish"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Bienvenido"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Traditional Chinese"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="歡迎"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Turkish"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Hoş geldiniz"/&gt;&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;StackPanel Orientation="Horizontal"&gt;&lt;TextBlock MinWidth= "100" Text="Welsh"/&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock Text="Croeso"/&gt;&lt;/StackPanel&gt;</div><div>&lt;/StackPanel&gt;</div><div>&lt;/ScrollViewer&gt;</div><div><br></div><div>&lt;/Border&gt;</div><div><br></div><div><br></div><div>&lt;!-- also xaml code from MFC samle --&gt;</div><div>&lt;?xml version='1.0' encoding='utf-8'?&gt;</div><div>&lt;Border xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'&nbsp;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>Background='#eeffee' BorderBrush='#999999' BorderThickness='1'&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;ScrollViewer&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>&lt;StackPanel TextElement.FontFamily='Tahoma' Margin='4'&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;TextBlock TextWrapping='Wrap'&gt;&lt;Bold&gt;Markup supports Unicode text in ANSI applications.&lt;LineBreak/&gt;Use UTF-8 encode to enter it:&lt;/Bold&gt;&lt;/TextBlock&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>&lt;TextBlock TextWrapping='Wrap'&gt;&lt;Italic&gt;Languages:&lt;/Italic&gt; العربية (ar) • Azərbaycan (az) • Български (bg) • Català (ca) • Česky (cs) • Deutsch (de) • Ελληνικά (el) • English (en) • Esperanto (eo) • Español (es) • فارسی (fa) • Suomi (fi) • Français (fr) • 日本語 (ja) • 한국어 (ko) • Lietuvių (lt) • മലയാളം (ml) • Македонски (mk) • नेपाल भाषा (new) • ਪੰਜਾਬੀ (pa) • Polski (pl) • Português (pt) • Română (ro) • Русский (ru) • Svenska (sv) • தமிழ் (ta) • ไทย (th) • Türkçe (tr) • Українська (uk) • Tiếng Việt (vi) • 中文 (zh)&lt;/TextBlock&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>&lt;/StackPanel&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;/ScrollViewer&gt;"</div><div>&lt;/Border&gt;"</pre></td></tr></table><br>Regards,<br>&nbsp;Oleksandr Lebed</div>]]>
   </description>
   <pubDate>Sun, 17 Jul 2016 07:31:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=74894&amp;title=special-unicode-characters-in-xaml#74894</guid>
  </item> 
  <item>
   <title><![CDATA[special unicode characters in XAML : Another thing...Iam working with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=74886&amp;title=special-unicode-characters-in-xaml#74886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23077<br /><strong>Posted:</strong> 13 July 2016 at 7:23pm<br /><br />Another thing...<div><br></div><div>Iam working with accent letters (Á, á, Ë, e, Ñ, ñ, etc) but markip fails if you use this special characters...&nbsp;<img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" alt="C&#111;nfused" title="C&#111;nfused" /></div><div><br></div><div>I read some post, and I saw that for special characters as "&amp;", "&lt;", "&gt;", "/", etc, you can solve it using escape words as &amp;amp, &amp;it, &amp;gt, etc... However if you try to use the escape words for accents, they dont work, markup fails...&nbsp;</div><div><br></div><div>Is there either a solution or tip for this behavior?</div><div><br></div><div><br></div><div>Best regards,</div>]]>
   </description>
   <pubDate>Wed, 13 Jul 2016 19:23:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23077&amp;PID=74886&amp;title=special-unicode-characters-in-xaml#74886</guid>
  </item> 
 </channel>
</rss>