Feature #938
TBX: X.X, locale configuration of the R String sorts
Statut: | New | Début: | 15/07/2014 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Stats / R | Temps passé: | - | |
Version cible: | TXM 0.X.X |
Description
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 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.
Historique
#1 Mis à jour par Serge Heiden il y a environ 11 ans
- Description mis à jour (diff)
#2 Mis à jour par Serge Heiden il y a environ 11 ans
- Description mis à jour (diff)