Re: [Openvpn-devel] [PATCH] Support non-ASCII characters in Windows tmp path

2013-12-04 Thread Matthias Andree
I also found http://moser-isi.ethz.ch/docs/english_verb_inf_ing.pdf after my earlier post.

Re: [Openvpn-devel] [PATCH] Support non-ASCII characters in Windows tmp path

2013-12-04 Thread Gert Doering
Hi, On Wed, Dec 04, 2013 at 02:19:20PM +0600, ??? wrote: > I confirm such a bug. Patch resolves it. > still not commited to https://github.com/openvpn/openvpn ? Waiting for an ACK from Samuli, tbh... gert -- USENET is *not* the non-clickable part of WWW!

Re: [Openvpn-devel] [PATCH] Support non-ASCII characters in Windows tmp path

2013-12-04 Thread Илья Шипицин
I confirm such a bug. Patch resolves it. still not commited to https://github.com/openvpn/openvpn ? 2013/11/19 Heiko Hund : > Get the temporary path from the system as UCS-2 and convert it to > UTF-8 and return that for internal use. > > Signed-off-by: Heiko Hund > --- > src/openvpn/win32.c |

[Openvpn-devel] [PATCH] Support non-ASCII characters in Windows tmp path

2013-11-19 Thread Heiko Hund
Get the temporary path from the system as UCS-2 and convert it to UTF-8 and return that for internal use. Signed-off-by: Heiko Hund --- src/openvpn/win32.c | 34 +- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/src/openvpn/win32.c b/src/openvpn