Feature #938
Mis à jour par Serge Heiden il y a environ 11 ans
alphabetical The R String sort is done by two not configured and the order is different components in TXM: from TXM String sort (Java) which is using Collator.
* 1) is R statistical engine (for lexical tables)
* Java toolbox (for all other results)
Java alphabetical sort is managed through Unicode UTF-16 Strings and the Collator class in association with the Locale class.
We need to set using a similar management for R:
* Unicode management?
* locale management?
* collation management?
to sort ?
* 1) is R statistical engine (for lexical tables)
* Java toolbox (for all other results)
Java alphabetical sort is managed through Unicode UTF-16 Strings and the Collator class in association with the Locale class.
We need to set using a similar management for R:
* Unicode management?
* locale management?
* collation management?
to sort ?