conor:
Hi,
The module has probably the most advanced transliteration capabilities I know of in an open source web project. The code took a full week to research and write and is based on code from other open source projects (as specified in the documentation and appropriate file headers in the code).. however I have not personally tested it against many languages so I don't know how capable it actually is.
It sounds like it can't cope with certain Russian multibyte characters? I find that strange as it copes with Japanese and Czech and Greek characters etc.
Unfortunately if it doesn't work for you there's nothing I can do at this time.. if you have experience in this area, place take a look at the code to see if there's anything I can change to adapt it for the problems you are having and I'll upgrade the code as appropriate.
All the best...
Conor
ceon
Hi Conor, Loter,
why not specify the rule, for example:
A=>А, Б=>B, В=>V, Г=>G, Д=>D, Е=>Е, Ж=>ZH, З=?Z, ........
As far as I know, Ultimate Ceo cannot hadle czech symbols, so there is rule added:
Ě=>E,Š=>S,Č=>C,Ř=>R,Ž=>Z,Ý=>Y,Á=>A,Í=>I,É=>E,Ú=>U,Ů=>U,ě=>e,š=>s,č=>c,ř=>r,ž=>z, ý=>y,á=>a,í=>i,é=>e,ú=>u,ů=>u,ň=>n,ť=>t,´=>
and it is working OK.
Conor, thanks for you reply and feedback regarding my post.
Regards,
Andy