Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Thomas Wolff
Am 07.08.2017 um 23:29 schrieb Brian Inglis: On 2017-08-07 13:30, Thomas Wolff wrote: Am 07.08.2017 um 21:07 schrieb Brian Inglis: Implementation considerations for handling the Unicode tables described in http://www.unicode.org/versions/Unicode10.0.0/ch05.pdf and implemented in https

Re: Hiding console when running Cygwin utility from Task Scheduler.

2017-08-07 Thread Andrey Repin
Greetings, Oleksandr Gavenko! > On 2017-08-07, Andrey Repin wrote: >>> How can I prevent console to be shown when bash started from Task Scheduler? >> >> Do not start tasks as current user. Or use wrapper that prevent console >> window creation in first place. > Brian Inglis told about this solu

Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Brian Inglis
On 2017-08-07 13:30, Thomas Wolff wrote: > Am 07.08.2017 um 21:07 schrieb Brian Inglis: >> Implementation considerations for handling the Unicode tables described in >> http://www.unicode.org/versions/Unicode10.0.0/ch05.pdf >> and implemented in >> https://www.strchr.com/multi-stage_tables

Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Thomas Wolff
Hi Brian, Am 07.08.2017 um 21:07 schrieb Brian Inglis: ... Implementation considerations for handling the Unicode tables described in http://www.unicode.org/versions/Unicode10.0.0/ch05.pdf and implemented in https://www.strchr.com/multi-stage_tables ICU icu4[cj] uses a folded tr

Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Thomas Wolff
Am 07.08.2017 um 11:28 schrieb Corinna Vinschen: On Aug 5 21:06, Thomas Wolff wrote: Am 04.08.2017 um 19:01 schrieb Corinna Vinschen: On Aug 3 21:44, Thomas Wolff wrote: My attempt would be to base the functions on a common table of character categories instead. ...Keep in mind that the ta

Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Brian Inglis
On 2017-08-07 03:28, Corinna Vinschen wrote: > On Aug 5 21:06, Thomas Wolff wrote: >> Am 04.08.2017 um 19:01 schrieb Corinna Vinschen: >>> On Aug 3 21:44, Thomas Wolff wrote: My attempt would be to base the functions on a common table of character categories instead. >>> Keep in mind t

Re: Hiding console when running Cygwin utility from Task Scheduler.

2017-08-07 Thread Oleksandr Gavenko
On 2017-08-07, Andrey Repin wrote: >> How can I prevent console to be shown when bash started from Task Scheduler? > > Do not start tasks as current user. Or use wrapper that prevent console > window creation in first place. Brian Inglis told about this solution: >> (o) Run whether user is logge

Re: Hiding console when running Cygwin utility from Task Scheduler.

2017-08-07 Thread Andrey Repin
Greetings, Oleksandr Gavenko! > I prepared backup task in Bash script and added task to run it in Windows Task > Scheduler: > Executable: c:\opt\cygwin\bin\bash.exe > Params: c:\home\backup\backup-job.bash > Each time job run I see console screen. 'procmon' shown that it is:: > \??\C:\Win

Re: Quilt: Unsupported version of git (2.13.2)

2017-08-07 Thread Oleksandr Gavenko
On 2017-08-03, Oleksandr Gavenko wrote: > bash# guilt list > Unsupported version of git (2.13.2) > > bash# cygcheck.exe -c -d | grep git'\|'guilt > 37:git 2.13.2-2 > 42:guilt 0.35-2 I tried to work with quilt (sorry for typo in sub

FAO Jari Aalto: Update guilt package request [Was: Quilt: Unsupported version of git (2.13.2)]

2017-08-07 Thread Adam Dinwoodie
Resending to Jari directly per Corinna's suggestion... On Thu, Aug 03, 2017 at 05:50:42PM +0300, Oleksandr Gavenko wrote: > > bash# guilt list > Unsupported version of git (2.13.2) > > bash# cygcheck.exe -c -d | grep git'\|'guilt > 37:git 2.13.2-2 > 42:guilt

Re: FAO Jari Aalto: Update guilt package request [Was: Quilt: Unsupported version of git (2.13.2)]

2017-08-07 Thread Corinna Vinschen
On Aug 7 11:15, Adam Dinwoodie wrote: > On Thu, Aug 03, 2017 at 05:50:42PM +0300, Oleksandr Gavenko wrote: > > > > bash# guilt list > > Unsupported version of git (2.13.2) > > > > bash# cygcheck.exe -c -d | grep git'\|'guilt > > 37:git 2.13.2-2 > > 42:guilt

Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Corinna Vinschen
On Aug 7 11:28, Corinna Vinschen wrote: > On Aug 5 21:06, Thomas Wolff wrote: > > Am 04.08.2017 um 19:01 schrieb Corinna Vinschen: > > > This shouldn't matter to you, just keep it in place. It's a historical, > > > low footprint conversion for japanese characters without pulling in the > > > uni

FAO Jari Aalto: Update guilt package request [Was: Quilt: Unsupported version of git (2.13.2)]

2017-08-07 Thread Adam Dinwoodie
On Thu, Aug 03, 2017 at 05:50:42PM +0300, Oleksandr Gavenko wrote: > > bash# guilt list > Unsupported version of git (2.13.2) > > bash# cygcheck.exe -c -d | grep git'\|'guilt > 37:git 2.13.2-2 > 42:guilt 0.35-2 This has been fixed

Re: Unicode width data inconsistent/outdated

2017-08-07 Thread Corinna Vinschen
On Aug 5 21:06, Thomas Wolff wrote: > Am 04.08.2017 um 19:01 schrieb Corinna Vinschen: > > On Aug 3 21:44, Thomas Wolff wrote: > > > My attempt would be to base the functions on a common table of character > > > categories instead. > > Keep in mind that the table is not loaded into memory on dem