Bug #3034
Mac OS X, Lexical Table, Export, writes code points instead of actual unicode characters
Statut: | New | Début: | 08/03/2021 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Export | Temps passé: | - | |
Version cible: | TXM 0.8.4 |
Description
For Mac OS X users, the unicode characters are not writen, the code points "<U+0000>" are used instead in:
- the file name
- the CSV content
The file is written by R
To reproduce :- use TXM 0.8.1 on Mac OS X
- create a lexical table with some unicodes (partition Voeux/locs -> index of ".*[éèà].*" -> lexical table
- export the lexical table
The bug cannot be repoduced using TXM's R (/Applications/TXM-0.8.1/Contents/plugins/org.txm.statengine.r.core*/res/macosx/bin/R) and the following lines
t <- table(c("é", "è", "à")) write.table(t, "/Users/user/testéèà.csv", fileEncoding="UTF-8")
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 4 ans
- Description mis à jour (diff)
#2 Mis à jour par Matthieu Decorde il y a plus de 4 ans
- Version cible changé de TXM 0.8.2 à TXM 0.8.4