Displaying 3 results from an estimated 3 matches for "convert_argv_to_utf8".
2013 Mar 18
2
Patch to add Unicode filename support for win32 flac
On Mar 17, 2013, at 03:57, LRN wrote:
> /me looks at chmod and utime wrappers:
> Ah, i knew i've missed something! :)
> Also, i didn't consider wildcards (i thought shell was supposed to
> handle them...).
I believe that shell does handle wildcards on all Unix variants,
including OSX. Since Windows does not handle them, I suggest that the
main flac code not be littered
2013 Mar 18
0
flac-dev Digest, Vol 100, Issue 42
...ere will be some windows specific code in a new file, a bunch of
> replacements of existing fopen() calls with flac_fopen() (similarly
> for chmod and utime) and the main function for the flac and metaflac
> executables will have an additional:
>
> #ifdef _WIN32
> if (!convert_argv_to_utf8(&argc, &argv))
> flac__utils_printf(stderr, 1, "ERROR: yada yada\n");
> #endif
>
> This is a small un-obtrusive change that I fully support.
>
> I would however like to see it sooner rather than later so we can get
> this damn thing release...
2013 Mar 18
6
Patch to add Unicode filename support for win32 flac
...gt; There will be some windows specific code in a new file, a bunch of
> replacements of existing fopen() calls with flac_fopen() (similarly
> for chmod and utime) and the main function for the flac and metaflac
> executables will have an additional:
>
> #ifdef _WIN32
> if (!convert_argv_to_utf8(&argc, &argv))
> flac__utils_printf(stderr, 1, "ERROR: yada yada\n");
> #endif
>
> This is a small un-obtrusive change that I fully support.
>
> I would however like to see it sooner rather than later so we can get
> this damn thing released :-).
>...