Here're Serbian mappings (default Serbian language in Django is Serbian Latin):

var SERBIAN_LATIN_MAP =
{
"š": "s",  "đ": "dj",  "ž": "z",
"č": "c",  "ć": "c"
}

var SERBIAN_CYRILLIC_MAP =
{
"а": "a",  "б":  "b",  "в":  "v",
"г": "g",  "д":  "d",  "ђ": "dj",
"е": "e",  "ж":  "z",  "з":  "z",
"и": "i",  "ј":  "j",  "к":  "k",
"л": "l",  "љ": "lj",  "м":  "m",
"н": "n",  "њ": "nj",  "о":  "o",
"п": "p",  "р":  "r",  "с":  "s",
"т": "t",  "ћ":  "c",  "у":  "u",
"ф": "f",  "х":  "h",  "ц":  "c",
"ч": "c",  "џ": "dz",  "ш":  "s"
}

Oh, and a big +1 on the proposed fix of slugify :)
-- 
Petar Marić
*e-mail: [EMAIL PROTECTED]
*mobile: +381 (64) 6122467

*icq: 224720322
*skype: petar_maric
*web: http://www.petarmaric.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to