|
-
May 29th, 2013, 05:15 PM
#4
Re: CreateFile not creating UNICODE file
You are in complete control of the contents of the file. The WriteFile() API deals with bytes. The bytes you tell it to write is what is written.
On Windows when a file is "saved as Unicode" that typically means that a BOM is added to the beginning of the file. This tells readers of the file how the file is encoded.
gg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|