You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ed...@apache.org on 2005/10/12 16:15:51 UTC

svn commit: r314919 - /lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/net/SMTP.java

Author: edith
Date: Wed Oct 12 07:15:46 2005
New Revision: 314919

URL: http://svn.apache.org/viewcvs?rev=314919&view=rev
Log:
output set to ISO because there are still some mailclients which don't seem to understand UTF

Modified:
    lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/net/SMTP.java

Modified: lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/net/SMTP.java
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/net/SMTP.java?rev=314919&r1=314918&r2=314919&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/net/SMTP.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/java/org/apache/lenya/net/SMTP.java Wed Oct 12 07:15:46 2005
@@ -57,7 +57,7 @@
     String[] bccs = null;
     String subject = null;
     String data = null;
-    String charset ="UTF-8";
+    String charset ="ISO-8859-1";
     
     /**
      *



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org