mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Replacing UTF-8 with Cp437 to resolve encoding issues with accent & other chars
This commit is contained in:
@@ -244,7 +244,7 @@ public class ImporterActionExecuter extends ActionExecuterAbstractBase
|
||||
String encoding = (String) ruleAction.getParameterValue(PARAM_ENCODING);
|
||||
if (encoding == null)
|
||||
{
|
||||
encoding = "UTF-8";
|
||||
encoding = "Cp437";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user