mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user