Oliver Schneider

Results 60 comments of Oliver Schneider

I've tried SCons directly: ``` scons UNICODE=yes ``` as per the `INSTALL` instructions. SCons is: ``` SCons by Steven Knight et al.: script: v2.4.1.rel_2.4.1:3453:73fefd3ea0b0, 2015/11/09 03:25:05, by bdbaddog on ubuntu1404-32bit...

> There's already a `make c89` target which makes the library sources compatible smile I only saw your response now that I saw the comment on #526. It exists, it's...

Sorry for the late response. I'll probably be a bit slow to respond in the coming days, too. > OK, that's a fair point, but TBH I'd prefer to publish...

You beat me by it by ~10 minutes. But I hadn't even seen the notification or noticed your update. Either way, what do you think about the proposals from _this_...

Same issue here, however we're also having this issue recently with the "Elefanten-App" which also uses content this way. It tells us (in German) "you have to be in Germany"...

@vermaden this being FreeBSD and seeing the `%` prompt I'll guess Zsh. But could you fill in some blanks by executing the following from your shell: ``` $SHELL --version; env|grep...

@vermaden cool, that was useful! Could you try one more thing please: ``` command gls -1|env EDITOR=geany renamer ``` Feel free to also try it with the FreeBSD `ls`, e.g....

Just thinking out loud: wouldn't a change like this: 1. cause issues across the Windows/non-Windows boundary because of `OsString` on Windows being 16-bit code _units_ and 8-bit on other systems?...

Just a note on `~`, that's again shell behavior (like glob expansion from #39). And what's more there's not just `~` for yourself but also `~jdoe` to refer to the...

> Error is shown even if file exists! > > ``` > $ ls > PARSIFAL - Bavarian State Opera-1.mp4 PARSIFAL - Bavarian State Opera-3.mp4 > PARSIFAL - Bavarian State...