Project

Profile

Help

Bug #3147

closed

Collations

Added by Michael Kay about 7 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Low
Category:
-
Sprint/Milestone:
-
Start date:
2017-02-27
Due date:
% Done:

0%

Estimated time:
Applies to JS Branch:
1.0, Trunk
Fix Committed on JS Branch:
Trunk
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

The default collation is ignored for value comparisons and general comparisons. The documentation doesn't make this clear.

The current logic for codepointCollation.equals() is very inefficient because it first tests if the string contains non-BMP (astral) characters. This is necessary only for lt and gt comparisons; for eq and ne the standard Javascript String comparison works fine (I think).

Please register to edit this issue

Also available in: Atom PDF Tracking page