Fix for ALF-10969 - Bad sorting of localized strings in Alfresco Explorer

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31406 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2011-10-21 12:28:28 +00:00
parent 70d4475e62
commit 75adbcbd60

View File

@@ -468,7 +468,7 @@ public abstract class Sort
// TODO: make this configurable
/** config value whether to use strong collation Key string comparisons */
private boolean strongStringCompare = false;
private boolean strongStringCompare = true;
private static Log s_logger = LogFactory.getLog(IDataContainer.class);