IDEMPIERE-1251:some character in html report is break when encode of os is win-1252

This commit is contained in:
hieplq 2014-04-16 15:28:03 +07:00
parent ae3f1fbecf
commit 50bfd9089c
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public final class Ini implements Serializable
/** Charset */
public static final String P_CHARSET = "Charset";
/** Charser Default Value */
private static final String DEFAULT_CHARSET = Charset.defaultCharset().name();
private static final String DEFAULT_CHARSET = "UTF-8";
/** Load tab fields meta data using background thread **/
public static final String P_LOAD_TAB_META_DATA_BG = "LoadTabMetaDataBackground";