X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=README;fp=README;h=de81773fee81e0af96843b6c56f14587c4ff4c7d;hb=a7a559be25db6c849fd89b15727212c11af00fbc;hp=754cc9760ade50b1ac710e0012ab7d613d8b50f5;hpb=8d4701c38737652775e7a47848aad44963c6a1af;p=puri-unicode.git 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. +