CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #5
    Join Date
    Apr 2013
    Location
    Prague / Cracow
    Posts
    47

    Re: CreateFile not creating UNICODE file

    @Codeplug, ok but then apparently EXCEL wants that "BOM" at the beginning in order to interpret diacritics in the file correctly.
    If i create a file using my program and there are some diacritics inside then excel does not understand it.
    it's enough to open it in notepad and (not changing the content itself) save as the UNICODE - excel will understand it.
    But i wanna be able to create an excel compatible file directly in my program.
    Last edited by berkov; May 29th, 2013 at 05:34 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured