Bug #3034

Mis à jour par Matthieu Decorde il y a plus de 4 ans

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
<pre>
t <- table(c("é", "è", "à"))
write.table(t, "/Users/user/testéèà.csv", fileEncoding="UTF-8")
</pre>
</pre>

Retour