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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Sep 7 21:02:39 EDT 2006


Author: jesse
Date: Thu Sep  7 21:02:39 2006
New Revision: 1940

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

Log:
 r27251 at pinglin:  jesse | 2006-09-07 21:00:31 -0400
 * Email addresses probably shouldn't ever be utf8, but using the utf8 escaper is more Right(tm)


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Thu Sep  7 21:02:39 2006
@@ -205,7 +205,7 @@
 
 sub as_encoded_token {
     my $self = shift;
-    $self->_generate_token( email => URI::Escape::uri_escape($self->email) );
+    $self->_generate_token( email => URI::Escape::uri_escape_utf8($self->email) );
 }
 
 sub _generate_token {


More information about the Jifty-commit mailing list