Thanks for all your suggestions. But I am a little bit lost with encoding...

I have in fact a process with the following tasks :
- import data from Excel files (UTF-16LE encoded ?)
- apply some transformations based on TBCME modules + javascript functions 
using regexp
- export as text file (I would like do get UTF-8 encoded text file)

Depending on the JVM encoding option I use, one of the task doesn't work :
-no specific encoding : export text file is ANSI encoded and javascript 
regex works except with diacritics
-Dfile.encoding=UTF-8 : Excel import doesn't import diacritics
-Dfile.encoding=UTF-16LE : javascript functions don't work

Jamal

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to