Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Fedo
  • Order by date
  1. Fedo

    How to read a file with an unknown character set?

    O.K. I've finally got it. The mistake I did was not in reading a file, but in writing read memory buffer to another file. For writing I used function fprintf, which writes string (char *) to a file. The problem with this function is that writing stops as soon as 0x00 appears in the string (0x00...
  2. Fedo

    How to read a file with an unknown character set into a memory buffer?

    O.K. I've finally got it. The mistake I did was not in reading a file, but in writing read memory buffer to another file. For writing I used function fprintf, which writes string (char *) to a file. The problem with this function is that writing stops as soon as 0x00 appears in the string (0x00...
  3. Fedo

    How to read a file with an unknown character set?

    O.K. I've finally got it. The mistake I did was not in reading a file, but in writing read memory buffer to another file. For writing I used function fprintf, which writes string (char *) to a file. The problem with this function is that writing stops as soon as 0x00 appears in the string (0x00...
  4. Fedo

    How to read a file with an unknown character set into a memory buffer?

    I should maybe make it more clear. I am able to read whichever text file into the memory which uses 8-bit character set. However files with not 8-bit character sets as well as Microsoft Word, Excel files I cannot read (the reading is stopped as soon as 00x0 character is found which is probably...
  5. Fedo

    How to read a file with an unknown character set?

    I should maybe make it more clear. I am able to read whichever text file into the memory which uses 8-bit character set. However files with not 8-bit character sets as well as Microsoft Word, Excel files I cannot read (the reading is stopped as soon as 00x0 character is found which is probably...
  6. Fedo

    How to read a file with an unknown character set into a memory buffer?

    Lim, thanks for the response. However, the code you propose to use does not work when you want to copy to a buffer a Microsoft Word document or a document with not 8-bit character set.
  7. Fedo

    How to read a file with an unknown character set into a memory buffer?

    I have a problem with which I have already spent a lot of time and I cannot find a solution although I intuitively feel that there is a very easy solution for it. I am completely stucked. Here is the problem: I have a file about which I do not know anything (neither its character set) and I want...
  8. Fedo

    How to read a file with an unknown character set?

    I have a problem with which I have already spent a lot of time and I cannot find a solution although I intuitively feel that there is a very easy solution for it. I am completely stucked. Here is the problem: I have a file about which I do not know anything (neither its character set) and I want...
  9. Fedo

    How to read a file with an unknown character set?

    I have a problem with which I have already spent a lot of time and I cannot find a solution although I intuitively feel that there is a very easy solution for it. I am completely stucked. Here is the problem: I have a file about which I do not know anything (neither its character set) and I want...

Part and Inventory Search

Back
Top