You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the narrowers section, narrowers starting with "é" are at the end of the list
What is the expected output? What do you see instead?
narrowers starting with "é" should be placed after narrower starting with "e".
In ConceptProperty::sortValues(), strcoll should be used instead of strnatcasecmp in combination with lowercasing to have case-insensitive + locale-based ordering.
PR to follow.
The text was updated successfully, but these errors were encountered:
At which URL did you encounter the problem?
http://erato.sparna.fr/scolomfr/scolomfr-voc-000-3-2/fr/page/?uri=http%3A%2F%2Fdata.education.fr%2Fvoc%2Fscolomfr%2Fconcept%2Fscolomfr-voc-015-num-099
What steps will reproduce the problem?
What is the expected output? What do you see instead?
narrowers starting with "é" should be placed after narrower starting with "e".
In
ConceptProperty::sortValues()
, strcoll should be used instead of strnatcasecmp in combination with lowercasing to have case-insensitive + locale-based ordering.PR to follow.
The text was updated successfully, but these errors were encountered: