Index: uc_paypal.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/payment/uc_paypal/uc_paypal.module,v retrieving revision 1.5.2.13 diff -U5 -r1.5.2.13 uc_paypal.module --- uc_paypal.module 28 Apr 2009 21:03:16 -0000 1.5.2.13 +++ uc_paypal.module 5 Jun 2009 14:42:51 -0000 @@ -847,10 +847,13 @@ $data = array( // PayPal command variable 'cmd' => '_cart', + // Set the correct codepage + 'charset' => 'utf-8', + // IPN control notify URL 'notify_url' => url('uc_paypal/ipn/'. $order->order_id, array('absolute' => TRUE)), // Display information 'cancel_return' => url('uc_paypal/wps/cancel', array('absolute' => TRUE)),