HI, I have a site which I had to translate into Italian.
Everything is OK, I managed to get video titles and description with Italian accented chars (like Ã* ò è ì ù and so on...)
Only problem is that this chars in the URL don't show up...this is (i guesss) because you replaced them with a regexp like "/[^a-zA-Z0-9]+/" --->"-"
Is here a way to change the way URL are built including replacement for accents?? (Ã*--->a, è--->e, ù--->u ......and so on...)