maplibre-gl-js
maplibre-gl-js copied to clipboard
`upcase` expression with Greek lowercase letters with accents does not remove accents
maplibre-gl-js version: 4.5.0
browser: chrome
Steps to Trigger Behavior
- Have a property with a lowercase greek string that has accents
- Turn it to uppercase with the
upcase
expression - See how accent are not removed
Link to Demonstration
https://jsbin.com/jukebec/edit?html,output
Expected Behavior
with name = Μυρτώο Πέλαγος
['upcase', ['get', 'name']] gives ΜΥΡΤΩΟ ΠΕΛΑΓΟΣ
Actual Behavior
with name = Μυρτώο Πέλαγος
['upcase', ['get', 'name']] gives ΜΥΡΤΏΟ ΠΈΛΑΓΟΣ