Bug #3034
Mac OS X, Lexical Table, Export, writes code points instead of actual unicode characters
Status: | New | Start date: | 03/08/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Export | Spent time: | - | |
Target version: | 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")
History
#1 Updated by Matthieu Decorde about 2 years ago
- Description updated (diff)
#2 Updated by Matthieu Decorde about 2 years ago
- Target version changed from TXM 0.8.2 to TXM 0.8.4