Re: [PATCH 1/2] mingw: get pw_name in UTF-8 format

2019-07-04 Thread Beat Bolli
Hi Dscho On 04.07.19 23:52, Johannes Schindelin wrote: > Hi Beat, > > On Thu, 4 Jul 2019, Beat Bolli wrote: > >> On 27.06.19 11:37, Johannes Schindelin via GitGitGadget wrote: >>> From: Johannes Schindelin >>> >>> Previously, we would have obtained the user name encoded in whatever the >>> curr

Re: [PATCH 1/2] mingw: get pw_name in UTF-8 format

2019-07-04 Thread Johannes Schindelin
Hi Beat, On Thu, 4 Jul 2019, Beat Bolli wrote: > On 27.06.19 11:37, Johannes Schindelin via GitGitGadget wrote: > > From: Johannes Schindelin > > > > Previously, we would have obtained the user name encoded in whatever the > > current code page is. > > > > Note: the "user name" here does not den

Re: [PATCH 1/2] mingw: get pw_name in UTF-8 format

2019-07-04 Thread Beat Bolli
On 27.06.19 11:37, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin > > Previously, we would have obtained the user name encoded in whatever the > current code page is. > > Note: the "user name" here does not denote the full name but instead the > short logon name. > > Si

[PATCH 1/2] mingw: get pw_name in UTF-8 format

2019-06-27 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin Previously, we would have obtained the user name encoded in whatever the current code page is. Note: the "user name" here does not denote the full name but instead the short logon name. Signed-off-by: Johannes Schindelin --- compat/mingw.c | 10 -- 1 file cha