Index: wp-includes/comment.php
===================================================================
--- wp-includes/comment.php	(revision 9098)
+++ wp-includes/comment.php	(working copy)
@@ -1310,10 +1310,10 @@
 	$options = array();
 	$options['timeout'] = 4;
 	$options['body'] = array(
-		'title' => urlencode($title),
-		'url' => urlencode(get_permalink($ID)),
-		'blog_name' => urlencode(get_option('blogname')),
-		'excerpt' => urlencode($excerpt)
+		'title' => $title,
+		'url' => get_permalink($ID),
+		'blog_name' => get_option('blogname'),
+		'excerpt' => $excerpt
 	);
 
 	$response = wp_remote_post($trackback_url, $options);
