From 7480246a30d72ee11e1b9c43349ef7a3ae8a1e9c Mon Sep 17 00:00:00 2001 From: alekseyr Date: Sun, 4 Mar 2012 05:51:05 +0800 Subject: [PATCH] Update README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) 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)