<?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 JavaScript API - Indigenous syllabics in web map labels in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1268673#M80580</link>
    <description>&lt;P&gt;I've encountered an issue while trying to display Indigenous syllabics as labels in a web map. I'm using ArcGIS API for JavaScript 4.26 and attempting to display point features derived from a CSVLayer.&lt;/P&gt;&lt;P&gt;What I'm finding is that the label containing these characters will not display at all, and it appears that any other labels near it on the screen will consequently also not display. (The syllabics, do, however, display with no problems in popups, elsewhere on my website, and within the csv file I'm using as a data source.)&lt;/P&gt;&lt;P&gt;To illustrate the issue, here are a couple screenshots of what my map looks like when I &lt;STRONG&gt;don't&lt;/STRONG&gt; try to incorporate syllabics into a label (just the pop-up). I've highlighted the feature that's relevant to my problem.&lt;/P&gt;&lt;P&gt;The labels look fine when I opt not to include syllabics:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_0-1678991001847.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65476iB3001AB5EB794BA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_0-1678991001847.png" alt="colelwhite_0-1678991001847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The pop up successfully displays syllabics:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_1-1678991076619.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65478i707FFDDBD42F1E98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_1-1678991076619.png" alt="colelwhite_1-1678991076619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if I attempt to incorporate syllabics into the &lt;STRONG&gt;label&lt;/STRONG&gt; (so it would read 'AlterEden ᒥᓄᑭᐣ ᑭᑎᑲᓂᐢ' on the map - just like the title of the pop-up), &lt;STRONG&gt;the entire label as well as those around it vanishes. &lt;/STRONG&gt;(note: the text near the point in the screenshot below is from the basemap, not a label).&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_2-1678991228104.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65479i1861D3928FD99E3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_2-1678991228104.png" alt="colelwhite_2-1678991228104.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The effect is even more pronounced if I zoom out on my map (which encompasses all of Canada) - all of the eastern half of the country is now missing its labels, apparently because of that one feature label in Ontario containing syllabics.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_3-1678991290688.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65480i790ED541064F4286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_3-1678991290688.png" alt="colelwhite_3-1678991290688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've tried the following with no luck:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Using several different fonts (Noto, Ubuntu, Arial)&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Updating to the most recent version of the API&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Viewing the map in various mobile and desktop browsers&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My data is going to be incorporated into a public-facing web map, and I would love to be able to include these characters to better represent the businesses we're profiling. I'd really appreciate any ideas anyone might have for a solution or workaround to address this.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 18:47:07 GMT</pubDate>
    <dc:creator>colelwhite</dc:creator>
    <dc:date>2023-03-16T18:47:07Z</dc:date>
    <item>
      <title>JavaScript API - Indigenous syllabics in web map labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1268673#M80580</link>
      <description>&lt;P&gt;I've encountered an issue while trying to display Indigenous syllabics as labels in a web map. I'm using ArcGIS API for JavaScript 4.26 and attempting to display point features derived from a CSVLayer.&lt;/P&gt;&lt;P&gt;What I'm finding is that the label containing these characters will not display at all, and it appears that any other labels near it on the screen will consequently also not display. (The syllabics, do, however, display with no problems in popups, elsewhere on my website, and within the csv file I'm using as a data source.)&lt;/P&gt;&lt;P&gt;To illustrate the issue, here are a couple screenshots of what my map looks like when I &lt;STRONG&gt;don't&lt;/STRONG&gt; try to incorporate syllabics into a label (just the pop-up). I've highlighted the feature that's relevant to my problem.&lt;/P&gt;&lt;P&gt;The labels look fine when I opt not to include syllabics:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_0-1678991001847.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65476iB3001AB5EB794BA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_0-1678991001847.png" alt="colelwhite_0-1678991001847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The pop up successfully displays syllabics:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_1-1678991076619.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65478i707FFDDBD42F1E98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_1-1678991076619.png" alt="colelwhite_1-1678991076619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if I attempt to incorporate syllabics into the &lt;STRONG&gt;label&lt;/STRONG&gt; (so it would read 'AlterEden ᒥᓄᑭᐣ ᑭᑎᑲᓂᐢ' on the map - just like the title of the pop-up), &lt;STRONG&gt;the entire label as well as those around it vanishes. &lt;/STRONG&gt;(note: the text near the point in the screenshot below is from the basemap, not a label).&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_2-1678991228104.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65479i1861D3928FD99E3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_2-1678991228104.png" alt="colelwhite_2-1678991228104.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The effect is even more pronounced if I zoom out on my map (which encompasses all of Canada) - all of the eastern half of the country is now missing its labels, apparently because of that one feature label in Ontario containing syllabics.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colelwhite_3-1678991290688.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/65480i790ED541064F4286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colelwhite_3-1678991290688.png" alt="colelwhite_3-1678991290688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've tried the following with no luck:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;Using several different fonts (Noto, Ubuntu, Arial)&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Updating to the most recent version of the API&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Viewing the map in various mobile and desktop browsers&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My data is going to be incorporated into a public-facing web map, and I would love to be able to include these characters to better represent the businesses we're profiling. I'd really appreciate any ideas anyone might have for a solution or workaround to address this.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 18:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1268673#M80580</guid>
      <dc:creator>colelwhite</dc:creator>
      <dc:date>2023-03-16T18:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - Indigenous syllabics in web map labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1275962#M80771</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/471276"&gt;@colelwhite&lt;/a&gt;, thanks for posting your question here. What specific indigenous language are you wanting to label?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 19:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1275962#M80771</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2023-04-05T19:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - Indigenous syllabics in web map labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1276130#M80782</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt; - I'm looking for Cree syllabics. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 12:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-indigenous-syllabics-in-web-map/m-p/1276130#M80782</guid>
      <dc:creator>colelwhite</dc:creator>
      <dc:date>2023-04-06T12:48:41Z</dc:date>
    </item>
  </channel>
</rss>

