BF [ 1893828 ] Email should use same charset as ADempiere

This commit is contained in:
teo_sarca 2008-02-14 16:07:16 +00:00
parent eb27717a9c
commit 4b7aa69c0b
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ public final class EMail implements Serializable
throws MessagingException, IOException
{
// Local Character Set
String charSetName = System.getProperty("file.encoding"); // Cp1252
String charSetName = Ini.getCharset().name();
if (charSetName == null || charSetName.length() == 0)
charSetName = "iso-8859-1"; // WebEnv.ENCODING - alternative iso-8859-1
//