<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Specific russian character disapearing when Maplex is on in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605795#M6564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Morozova_Victoria&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 03:07:01 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-03-13T03:07:01Z</dc:date>
    <item>
      <title>Specific russian character disapearing when Maplex is on</title>
      <link>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605793#M6562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the following problem. I need to make automatic labeling from the existing column. When I use a simple labeling, the character "�??" is visible, but if I use Maplex (10.1) labeling, this symbol is not visible. It is replaced by a space sign instead. This character is from Cyrillic code page, and it is corresponds to sign "#" from English code page. For example, if feature attribute is "Раз. �??1", label looks like " Раз.&amp;nbsp; 1". Does anyone know why it�??s happens and how to solve this? Russian-speaking dealers could not help me. Appeal to Russian-speaking forums did not help, too. Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31133[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31134[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 03:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605793#M6562</guid>
      <dc:creator>VictoriaMorozova</dc:creator>
      <dc:date>2014-02-05T03:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Specific russian character disapearing when Maplex is on</title>
      <link>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605794#M6563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I have taken a look at this and can see the issue. All I can tell you is that the problem is not present at version 10.2 if that's any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605794#M6563</guid>
      <dc:creator>SamuelTroth</dc:creator>
      <dc:date>2014-03-12T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Specific russian character disapearing when Maplex is on</title>
      <link>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605795#M6564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Morozova_Victoria&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 03:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605795#M6564</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-03-13T03:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Specific russian character disapearing when Maplex is on</title>
      <link>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605796#M6565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try building into a Maplex expression the specific font.&amp;nbsp; I have a situation where I need to use two fonts in the same label.&amp;nbsp; Here is the exact code I use.&amp;nbsp; It give me an Arrow when I use the correct character.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Description] &amp;amp; "&amp;lt;FNT name = 'Wingdings 3' size='17' &amp;gt;" &amp;amp;&amp;nbsp; [Arrow] &amp;amp; "&amp;lt;/FNT&amp;gt;"&amp;amp;&amp;nbsp; [Description2]&amp;nbsp;&amp;nbsp; &amp;amp; vbnewline &amp;amp; [Description3] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;STRONG&gt;Description &lt;/STRONG&gt;&lt;SPAN&gt;fields are my 3 label fields and &lt;/SPAN&gt;&lt;STRONG&gt;Wingdings 3 &lt;/STRONG&gt;&lt;SPAN&gt;is the font I am using.&amp;nbsp;&amp;nbsp; The &lt;/SPAN&gt;&lt;STRONG&gt;arrow &lt;/STRONG&gt;&lt;SPAN&gt;field is where I enter the character i want.&amp;nbsp; In my case for example a = sign gives me a right arrow. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have the following problem. I need to make automatic labeling from the existing column. When I use a simple labeling, the character "�??" is visible, but if I use Maplex (10.1) labeling, this symbol is not visible. It is replaced by a space sign instead. This character is from Cyrillic code page, and it is corresponds to sign "#" from English code page. For example, if feature attribute is "Раз. �??1", label looks like " Раз.&amp;nbsp; 1". Does anyone know why it�??s happens and how to solve this? Russian-speaking dealers could not help me. Appeal to Russian-speaking forums did not help, too. Thank you.&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]31133[/ATTACH]&lt;BR /&gt;[ATTACH=CONFIG]31134[/ATTACH]&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/specific-russian-character-disapearing-when-maplex/m-p/605796#M6565</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2014-03-13T11:23:38Z</dc:date>
    </item>
  </channel>
</rss>

