Feature #938
Mis à jour par Serge Heiden il y a environ 11 ans
alphabetical sort is done by two different components in TXM:
* 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 a similar sort result for R and Java components.
2 solutions:
A) get a similar management for R:
* Unicode management?
* locale management?
* collation management?
B) get some R objects into Java (eg full or partial lexical table) to get the sort and send it back to R.
* 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 a similar sort result for R and Java components.
2 solutions:
A) get a similar management for R:
* Unicode management?
* locale management?
* collation management?
B) get some R objects into Java (eg full or partial lexical table) to get the sort and send it back to R.