 Issue 29337834:
  #1683 - Fixed encoding of paypal donation form on adblockplus.org  (Closed)
    
  
    Issue 29337834:
  #1683 - Fixed encoding of paypal donation form on adblockplus.org  (Closed) 
  | Index: pages/donate.html | 
| diff --git a/pages/donate.html b/pages/donate.html | 
| index 5f5472054005d1341c852aa7512b8993c4af6f82..4c608153300b0db99229e3c63f573a32c5b438d0 100644 | 
| --- a/pages/donate.html | 
| +++ b/pages/donate.html | 
| @@ -316,6 +316,7 @@ label | 
| }); | 
| var fields = { | 
| + charset: "utf-8", | 
| business: "till@adblockplus.org", | 
| item_name: formValues.name, | 
| currency_code: currencyValue.get(), |