From a7a559be25db6c849fd89b15727212c11af00fbc Mon Sep 17 00:00:00 2001 From: Moskvitin Andrey Date: Fri, 9 Apr 2010 13:41:02 +0400 Subject: [PATCH] update README --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 754cc97..de81773 100644 --- a/README +++ b/README @@ -1,21 +1,22 @@ -PURI - Portable URI Library -=========================== +PURI-UNICODE - Portable URI Library with UTF-8 encoding support +=============================================================== AUTHORS ------- Franz, Inc Kevin Rosenberg +Andrey Moskvitin DOWNLOAD -------- -Puri home: http://files.b9.com/puri/ +puri-unicode home: http://github.com/archimag/puri-unicode Portable tester home: http://files.b9.com/tester/ SUPPORTED PLATFORMS ------------------- - AllegroCL, CLISP, CMUCL, Lispworks, OpenMCL, SBCL + AllegroCL, CLISP, CMUCL, Lispworks, SBCL, ClosureCL OVERVIEW @@ -33,6 +34,10 @@ implementations. Puri completes 126/126 regression tests successfully. Franz's unmodified documentation file is included in the file uri.html. +DIFFERENCES BETWEEN PURI-UNICODE and PURI +----------------------------------------- + +* puri-unicode uses the babbel for support utf-8 encoding DIFFERENCES BETWEEN PURI and NET.URI ------------------------------------ @@ -44,3 +49,4 @@ DIFFERENCES BETWEEN PURI and NET.URI divergence occurs because Franz's parse-error condition uses :format-control and :format-arguments slots which are not in the ANSI specification for the parse-error condition. + -- 1.7.10.4