support IRI
yuvalkarif opened this issue · 1 comments
yuvalkarif commented
Describe the feature
suggestion coming up from nuxt/nuxt#22660. we need support for localized characters in URL paths while still encoding the non relevant characters.
current behavior using encodePath
odkryć => odkry%C4%87
wanted behavior
odkryć => odkryć
Additional information
- Would you be willing to help implement this feature?
pi0 commented