![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hello,
i use the function : Tableinterv.LoadCSV("interv.csv", ";", 0,true) to load a csv file in a table, it works but in french we have caracter with accent for exemple : é all caracters with accent are ingnored example: the word été become t. can you help me ? |
|
|||
|
To create my csv, i export my data from an other sotfware.
i want to modify and create datas in the pocket pc. I save the data to a csv file in the pocket. After the csv files go to the pc with activesync. and i import my data into my other software. this en exemple of a c sv file : barthe;2004;N;Maïs consommation;10.88 cousin;2004;N;Maïs consommation;0 pignada;2004;N;Graines fourragères;60.46 Last edited by claveriel : 06-21-2007 at 01:53 PM. |
|
|||
|
I have the symmetrical problem: In the small soft I have developed, I save some data using Table.SaveCSV but if I open it in ThinkingRock (which is a Java program), I get garbage (the unicode indicator at the beginning and garbaged accented characters). Is there a way to convert to high ASCII the text saved in the CSV file, instead of UTF8? Or, how can I export data containing accented characters with SaveCSV to a software that does not seem to understand the Unicode?
Thank you very much in advance. Murat
__________________
PC: Laptop CoreDUo, Windows XP SP2 French PPC: TyTN, WM5 French -> iPAQ 214 WM6 French (to diverge or not to diverge,...) |
|
||||
|
What encoding does your other application use?
If you know the code page you can convert the entire text using two Bitwise objects. This is the list of code pages: http://msdn2.microsoft.com/en-us/library/ms776446.aspx |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Table1.LoadCSV | s_ostap | Russian Forum | 3 | 07-03-2008 09:30 AM |
| Probleme mit LoadCSV und ANSI - UTF-8 | Holger.D | German Forum | 2 | 05-13-2008 08:23 PM |
| LoadCSV from a variable | nsidney | Questions & Help Needed | 7 | 01-30-2008 02:29 AM |