Github user osma commented on the issue:

    https://github.com/apache/jena/pull/237
  
    > If we get two NodeValueSortKey with different collation language tags, it 
will sort the text as normal strings
    
    Doesn't this run into the unstable sort issue that @afs cautioned against?
    
    I think it could be avoided by the following logic: If two 
NodeValueSortKeys have different collation languages, sort them by the 
collation languages instead of even looking at the text. 
    
    This is the (lang, lex) approach discussed earlier, just applied in a 
slightly different context.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to