[PATCH 2/2] windows.c: Add unicode support in subsurface_launch_for_uri()

Dirk Hohndel dirk at hohndel.org
Thu Jan 17 20:13:52 PST 2013


"Lubomir I. Ivanov" <neolit123 at gmail.com> writes:

> On 16 January 2013 15:55, Lubomir I. Ivanov <neolit123 at gmail.com> wrote:
>> From: "Lubomir I. Ivanov" <neolit123 at gmail.com>
>>
>> subsurface_launch_for_uri() requires unicode support, using
>> ShellExecuteW() and also the passed UTF-8 buffer has to be translated
>> to UTF-16 beforehand. Once the ShellExecuteW() is done we release
>> the UTF-16 allocation.
>>
>> Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
>
> [PATCH 2/2] windows.c: Add unicode support in subsurface_launch_for_uri()
>
> these are series from the other day, but this particular patch is
> relevant to windows.c.
> it fixes the unicode URI's.

Thanks for the reminder

> the other one is probably a no-go...

The other one is a good proof of concept and I'll play with it when I
have a little more time. I don't think it's ready to go into master.

/D


More information about the subsurface mailing list