Hello,
Here is what I wrote in i18n-ascii.txt:

; global transliteration

à = "a"
â = "a"
ä = "a"
é = "e"
è = "e"
ê = "e"
ë = "e"
ô = "o"
ö = "o"
î = "i"
ï = "i"
ù = "u"
û = "u"
ü = "u"
ç = "c"
Ç = "C"
Œ = "oe"

However, none of the transliterations are performed: example, "Ismaël" returns "isma-l", and not "ismael" as needed.
What have I done wrong here?

Comments

BobLouis’s picture

any idea, someone ? :)

greggles’s picture

I assume you also enabled it in the admin/settings/pathauto page?

I don't really know...

BobLouis’s picture

Greggles, thank you for your response.

Yes, I did enable it, but still not working.
However, other things work (such as replacing some words with blank spaces and so on).

Actually, I am not sure that what I wrote in i18n-ascii.txt is correct, in terms of syntax ?

BobLouis’s picture

any idea here?

greggles’s picture

I believe that the example file has the right syntax since other people are successfully using it.

I've heard of it breaking when edited on an non-utf8 editor, or transferring it via non-utf8 ftp software.

BobLouis’s picture

I finally kept the original i18n-ascii.example.txt file unchanged, and it works now! ... except for other small problems (&, ç) that are addressed in other posts.
Thank you greggles !

greggles’s picture

Status: Active » Fixed

Great to hear!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.