describo / crate-builder-component

A VueJS UI component to build an RO-Crate
MIT License
6 stars 3 forks source link

Don't remove accents from profile labels #46

Closed beepsoft closed 1 year ago

beepsoft commented 1 year ago

I found that if I have accents in labels in profiles these accents are removed in the crate builder.

For example, I set this label "Árvíztűrő tükörfúrógép" (contains all Hungarian accented letters):

image

and I get this in the crate builder ("Arvizturo Tukorfurogep")

image

In general, it would be great if the labels appeared exactly as provided in the profile (casing, accents), or maybe some configurations to make them Capitalized Case (as done now), unaccented (as done now), or any other transformations that feels necessary.