My b2evolution Version: 1.10.x
I did a conversion of everything in my blog to utf-8. I modified the database tables so that text fields have utf8 encoding and utf8_spanish_ci collation. I followed the advise and a script of someone in another thread, which right now I don'r remember. Everything fine... except for one thing:
Now when I insert accented characters in the title of a post, the urltitle is all messed up. For example, if the title is "Cita Liberal del dÃa", the urltitle is "cita_liberal_del_dasa", when it sould be "cita_liberal_del_dia". Or when the title contains the word "arrastrándose", the urltitle contains "arrastraindose", when it should be "arrastrandose".
Before the change to utf-8 the transformation of accented characters into ascii was working as expected. So I guess the function that handles the conversion is not prepared to work with utf-8.
Any ideas?
I got the same problem when I migrated the mine to utf8. I have done a hack somewhere, I will try to find and post it here.