Re : Re: Re : Re: [topbraid-users] ExportToTextFile encoding

2011-05-16 Thread J.REZZOUK
Thanks Gokhan, It works fine :-) 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 topbraid-users@g

Re : Re: Re : Re: [topbraid-users] ExportToTextFile encoding

2011-05-16 Thread J.REZZOUK
Oups...now, with this modification, when I import an Excel spreadsheet (my understanding about Excel is that it is UTF-16LE encoded) I have "strange" characters for diacritics. Jamal -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics

Re: Re : Re: Re : Re: [topbraid-users] ExportToTextFile encoding

2011-05-16 Thread Gokhan Soydan
Jamal, In that case, you have two choices: Choice 1: Change -Dfile.encoding=UTF-8 value to -Dfile.encoding=UTF-16LE Choice 2: You can also manage the encoding at Project level. Here are the instructions: - Right click on a project (top-level folder) in the Navigator, and select Properties -

Re: Re : Re: Re : Re: [topbraid-users] ExportToTextFile encoding

2011-05-16 Thread Gokhan Soydan
Jamal, Another suggestion by my colleague, Gavin, is that if you are on Linux, you can use iconv tool or some advanced text editor in another OS to convert from one encoding to another. But of course, this would be a solution outside TopBraid Composer, so it may be uncomfortable. Gokhan On

Re : Re: Re : Re: Re : Re: [topbraid-users] ExportToTextFile encoding

2011-05-17 Thread J.REZZOUK
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 wou

Re: Re : Re: Re : Re: Re : Re: [topbraid-users] ExportToTextFile encoding

2011-05-17 Thread Gokhan Soydan
Jamal, Unfortunately, there is no easy solution to this at the moment. Except for one module, SPARQLMotion import and export modules at the moment are lacking support for encoding. On Monday, my colleagues and I have decided to review and put custom encoding support to the relevant SPARQLMoti