[Jifty-commit] r1939 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Sep 7 20:19:21 EDT 2006


Author: jesse
Date: Thu Sep  7 20:19:21 2006
New Revision: 1939

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/LetMe.pm

Log:
 r27249 at pinglin:  jesse | 2006-09-07 20:01:06 -0400
  * LetMes' escaping should be utf8 aware


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Thu Sep  7 20:19:21 2006
@@ -214,7 +214,7 @@
     return join ('/', 
         $args{'email'},
         $self->path,
-        (map {URI::Escape::uri_escape($_)} %{$self->args}),
+        (map {URI::Escape::uri_escape_utf8($_)} %{$self->args}),
         (defined $self->until ? ( 'until', $self->until ) : () ), #?
         $self->generate_checksum  
         );


More information about the Jifty-commit mailing list