А = "A"
Б = "B"
В = "V"
Г = "G"
Д = "D"
Е = "E"
Ё = "E"
Ж = "ZH"
З = "Z"
И = "I"
Й = "I"
К = "K"
Л = "L"
М = "M"
Н = "N"
О = "O"
П = "P"
Р = "R"
С = "S"
Т = "T"
У = "U"
Ф = "F"
Х = "KH"
Ц = "TS"
Ч = "CH"
Ш = "SH"
Щ = "SHCH"
Ы = "Y"
Э = "E"
Ю = "YU"
Я = "YA"
а = "A"
б = "B"
в = "V"
г = "G"
д = "D"
е = "E"
ё = "E"
ж = "ZH"
з = "Z"
и = "I"
й = "I"
к = "K"
л = "L"
м = "M"
н = "N"
о = "O"
п = "P"
р = "R"
с = "S"
т = "T"
у = "U"
ф = "F"
х = "KH"
ц = "TS"
ч = "CH"
ш = "SH"
щ = "SHCH"
ы = "Y"
э = "E"
ю = "YU"
я = "YA"
Ъ = ""
ъ = ""
Ь = ""
ь = ""
should actually look like:
А = "A"
Б = "B"
В = "V"
Г = "G"
Д = "D"
Е = "E"
Ё = "E"
Ж = "ZH"
З = "Z"
И = "I"
Й = "I"
К = "K"
Л = "L"
М = "M"
Н = "N"
О = "O"
П = "P"
Р = "R"
С = "S"
Т = "T"
У = "U"
Ф = "F"
Х = "H"
Ц = "TS"
Ч = "CH"
Ш = "SH"
Щ = "SHCH"
Ы = "Y"
Э = "E"
Ю = "YU"
Я = "YA"
а = "a"
б = "b"
в = "v"
г = "g"
д = "d"
е = "e"
ё = "e"
ж = "zh"
з = "z"
и = "i"
й = "i"
к = "k"
л = "l"
м = "m"
н = "n"
о = "o"
п = "p"
р = "r"
с = "s"
т = "t"
у = "u"
ф = "f"
х = "h"
ц = "ts"
ч = "ch"
ш = "sh"
щ = "shch"
ы = "y"
э = "e"
ю = "yu"
я = "ya"
Ъ = ""
ъ = ""
Ь = ""
ь = ""
The first part is all UPPERCASE latin1, no matter what case is used in the original cyrilics, while the second offers uppercase and lowercase where appropriate
While I'm on it,
I also suggest to add to the default example support for Belarusian cyrilics, which is 2 additional letters . this way:
Comments
Comment #1
mercmobily commentedHi,
This is not a drigg issue -- please file the report to the right module (pathauto).
I suggest you make your report much more verbose and detailed...
Merc.
Comment #2
mean0dspt commentedchanging the project for the issue
Comment #3
gregglesYes, more details please.
Comment #4
mean0dspt commentedthis part
should actually look like:
The first part is all UPPERCASE latin1, no matter what case is used in the original cyrilics, while the second offers uppercase and lowercase where appropriate
While I'm on it,
I also suggest to add to the default example support for Belarusian cyrilics, which is 2 additional letters . this way:
Comment #5
gregglesThanks for your bug report and for helping make this a better module. Could you provide this as a patch?
Comment #6
mean0dspt commentedsorry but I don't have any CVS tool installed
Comment #7
gregglesThe i18nascii.txt file is being retired so I'm not longer fixing bugs related to it.