For some reason lowercase cyrilics in the drigg's default i18n-ascii.example.txt is =ed into UPPERCASE latin1

Comments

mercmobily’s picture

Status: Active » Closed (won't fix)

Hi,

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.

mean0dspt’s picture

Project: Drigg » Pathauto
Version: 6.x-1.x-dev » 6.x-1.1
Status: Closed (won't fix) » Active

changing the project for the issue

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

Yes, more details please.

mean0dspt’s picture

this part

А = "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:

ў = "u"
Ў = "u"
і = "i"
І = "I"
greggles’s picture

Component: Code » I18n stuff

Thanks for your bug report and for helping make this a better module. Could you provide this as a patch?

mean0dspt’s picture

sorry but I don't have any CVS tool installed

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

The i18nascii.txt file is being retired so I'm not longer fixing bugs related to it.