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.
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.)
To illustrate the issue, here are a couple screenshots of what my map looks like when I don't try to incorporate syllabics into a label (just the pop-up). I've highlighted the feature that's relevant to my problem.
The labels look fine when I opt not to include syllabics:
The pop up successfully displays syllabics:
However, if I attempt to incorporate syllabics into the label (so it would read 'AlterEden ᒥᓄᑭᐣ ᑭᑎᑲᓂᐢ' on the map - just like the title of the pop-up), the entire label as well as those around it vanishes. (note: the text near the point in the screenshot below is from the basemap, not a label).
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.
I've tried the following with no luck:
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.
Hey @colelwhite, thanks for posting your question here. What specific indigenous language are you wanting to label?
Hi @Noah-Sager - I'm looking for Cree syllabics. Thanks!