Data Encoding (System.Text.Encoding)
-
What is the default encoding method of anything else instead of text files like : EXE, Archive File (ZIP,RAR,ACE,...) and all others stuff, I tried Unicode Encoding but It;s not working. I created a multiple file tools and everythings work fine but when I extract the files which are EXE and archives I don't have the correct encoding method because the files are corrupted or don't have the same size, but when I created the multiple files everything seems to be ok because i have one file with the same size as the sum of all the files in this file anyone have the answer to this question ? Thanks
-
What is the default encoding method of anything else instead of text files like : EXE, Archive File (ZIP,RAR,ACE,...) and all others stuff, I tried Unicode Encoding but It;s not working. I created a multiple file tools and everythings work fine but when I extract the files which are EXE and archives I don't have the correct encoding method because the files are corrupted or don't have the same size, but when I created the multiple files everything seems to be ok because i have one file with the same size as the sum of all the files in this file anyone have the answer to this question ? Thanks
I am not sure what you are trying to achieve, but the types of files you are talking about wouldn't have a text encoding. They are straight 8 bit with no encoding.
-
I am not sure what you are trying to achieve, but the types of files you are talking about wouldn't have a text encoding. They are straight 8 bit with no encoding.
-
Thanks for the tips :) BTW what's mean UTF-7 UTF-8 ?? is it something like UNICODE TEXT FORMATTER ? thanks again
Yes. If you do a search in MSDN you will get an abundance of information. Regards
-
Yes. If you do a search in MSDN you will get an abundance of information. Regards
I search MSDN and the error I got in my program what reliated to UTF-16 so UnicodeEncoding but it's not working anyway. I don't know why I got this error because If i test it on multiple files like TXT Files I don't have any trouble but when i'm talking about EXE and Archive i got error. That Strange !! anyway if anybody have the answer or if you want me to send you my sample, just beep me jonathan.pouliot@tecksys.com ICQ : 71682311 Thanks
-
I search MSDN and the error I got in my program what reliated to UTF-16 so UnicodeEncoding but it's not working anyway. I don't know why I got this error because If i test it on multiple files like TXT Files I don't have any trouble but when i'm talking about EXE and Archive i got error. That Strange !! anyway if anybody have the answer or if you want me to send you my sample, just beep me jonathan.pouliot@tecksys.com ICQ : 71682311 Thanks
Sure, send a sample, and I will get it to work. The statement in your original post, "I created a multiple file tools" didn't give me a lot of insight on what you are trying to achieve, sorry. Email: vannote@netaxs.com Regards