the base of this question comes from the fact that in many latin languages, and also in many non-latin languages there are letters that from what I've seen, up until recently were not really usable in URLs and nearly always ended up generating a big bunch of URL encoded characters.
But, recently I've seen several sites using native letters in URLs (except for domain).
Something like this for example using spanish accented letters:
https://www.example.com/esta-es-una-frase-en-español
https://www.example.com/cómo-usar-acentos-y-la-letra-ñ-en-urls
Also, I've seen URLs like
https://www.example.com/урл-на-български
From what I remember in terms of experience, not so long ago one had to either encode or convert accented characters to non-accented ones.
But now you can use this type of URL in the browser and it makes no issue and the letters appear as they should (not URL-encoded).
Is it safe to assume that now my URLs can handle these characters?
Also, is there any difference in terms of URL indexing for Google?