vote up 0 vote down star

A site in Vietnamese, it is virtually no different to English. However, there is a problem that is slug. When I type characters such as "ư", "ơ", "á",... Django is not identified. Solution here is to replace characters that do not sign into. Eg:

ư -> u 
ơ -> o 
á -> a

One from "những-viên-kẹo" will become "nhung-vien-keo". However, I do not know how to do this. Someone help me. Thank you very much!

flag

75% accept rate

1 Answer

vote up 1 vote down

See http://stackoverflow.com/questions/702337/how-to-make-django-slugify-work-properly-with-unicode-strings

link|flag
I mean before we save to db, at which we add record to db in django-admin. – Tran Tuan Anh Oct 22 at 5:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.