Feature #938
TBX: X.X, locale configuration of the R String sorts
Status: | New | Start date: | 07/15/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Stats / R | Spent time: | - | |
Target version: | TXM 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.
History
#1 Updated by Serge Heiden over 9 years ago
- Description updated (diff)
#2 Updated by Serge Heiden over 9 years ago
- Description updated (diff)