diff --git a/README b/README index 68aa572..f0d1ed3 100644 --- a/README +++ b/README @@ -1,6 +1,14 @@ django-uuslug ================ + +This fork notes +------------------------------------------------------------------------------------------------ +Here ' symbol in result of unidecode.unidecode() is deleted instead of replacing with -. +For example for Russian word "Компьютер" unidecode.unidecode() returns "komp'uter", +then uuslug create "komp-uter" from this, but translitiration "komputer" seems more natural. + + A Django slugify application that guarantees uniqueness and handles unicode. UUSlug = (``U``nique + ``U``code Slug)