Re: [flac-dev] One tiny Windows Unicode patch

2013-04-20 Thread Janne Hyvärinen
On 20.4.2013 11:23, Janne Hyvärinen wrote: I have been doing some heavy testing with the new FLAC version, and I found that CreateFile function in grabbag had been left out of UTF-8 treatment at some point. This causes re-encoding an existing flac to the same name to break the file if it contai

[flac-dev] One tiny Windows Unicode patch

2013-04-20 Thread Janne Hyvärinen
I have been doing some heavy testing with the new FLAC version, and I found that CreateFile function in grabbag had been left out of UTF-8 treatment at some point. This causes re-encoding an existing flac to the same name to break the file if it contains non-ascii characters. Attached patch fix