From a546403b867b7da4828158268d1d8f5c3b4d469e Mon Sep 17 00:00:00 2001 From: xian Date: Mon, 28 Dec 2009 22:52:59 -0600 Subject: [PATCH] Removed the non-ascii fail notice from the readme since I've pulled in carljm's changes --- README.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.rst b/README.rst index cf04195..857207e 100644 --- a/README.rst +++ b/README.rst @@ -118,14 +118,3 @@ Dependecies * BeautifulSoup - -Known fails -*********** - -* Non ASCII characters in linked CSS files cause breakage. See `issue 3`_ for details. - And `carljm's branch`_ for a work around if you're running into this problem. - The goal is to get it standardized on unicode all the way through. - - -.. _issue 3: http://github.com/mintchaos/django_compressor/issues/#issue/3 -.. _carljm's branch: http://github.com/carljm/django_compressor