public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7
@ 2018-04-07 11:58 Allan Fernandes
  2018-04-07 23:20 ` Andrey Repin
  0 siblings, 1 reply; 3+ messages in thread
From: Allan Fernandes @ 2018-04-07 11:58 UTC (permalink / raw)
  To: cygwin

Hi,

I am using cygwin1.dll (windows 7) and running a batch file (Abc.Bat) code
given below with observation messages.

Problem:
cygwin1.dll (ver 1.7)+Rdiff.exe  handles Unicode but does not handle UNC
paths.
cygwin1.dll (ver 2.10)+Rdiff.exe  does not handle Unicode but handles UNC
paths.

No error messages are given except for last line ver 1.7 says (No such file
or directory)


*Abc.Bat*

*chcp 65001*

*type "العَرَبِيَّة.txt"                  (works with 1.7 and 2.10)*

*type "\\Mach\D\العَرَبِيَّة.txt"    (works with 1.7 and 2.10) *

*rdiff -b 10240 signature "العَرَبِيَّة.Zip" "العَرَبِيَّة.Sig"     (works
with 1.7,  does not work with 2.10)  *

*rdiff -b 10240 signature "\\Mach\D\العَرَبِيَّة.Zip"
"\\Mach\D\العَرَبِيَّة.Sig"    (does not work with 1.7 nor 2.10) *


*rdiff -b 10240 signature "\\Mach\D\Simple.txt" "\\Mach\D\Simple.Sig"
(works with 2.10,  does nor work with 1.7) *

Regards
Allan

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7
  2018-04-07 11:58 cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7 Allan Fernandes
@ 2018-04-07 23:20 ` Andrey Repin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Repin @ 2018-04-07 23:20 UTC (permalink / raw)
  To: Allan Fernandes, cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1627 bytes --]

Greetings, Allan Fernandes!

> I am using cygwin1.dll (windows 7) and running a batch file (Abc.Bat) code
> given below with observation messages.

> Problem:
> cygwin1.dll (ver 1.7)+Rdiff.exe  handles Unicode but does not handle UNC
> paths.
> cygwin1.dll (ver 2.10)+Rdiff.exe  does not handle Unicode but handles UNC
> paths.

It's not cygwin1.dll, it's rdiff.

> No error messages are given except for last line ver 1.7 says (No such file
> or directory)


> *Abc.Bat*

> *chcp 65001*

> *type "العَرَبِيَّة.txt"                  (works with 1.7 and 2.10)*

> *type "\\Mach\D\العَرَبِيَّة.txt"    (works with 1.7 and 2.10) *

> *rdiff -b 10240 signature "العَرَبِيَّة.Zip" "العَرَبِيَّة.Sig"     (works
> with 1.7,  does not work with 2.10)  *

> *rdiff -b 10240 signature "\\Mach\D\العَرَبِيَّة.Zip"
> "\\Mach\D\العَرَبِيَّة.Sig"    (does not work with 1.7 nor 2.10) *


> *rdiff -b 10240 signature "\\Mach\D\Simple.txt" "\\Mach\D\Simple.Sig"
> (works with 2.10,  does nor work with 1.7) *

If a program does its own mangling of file paths, stuff like this is bound to
happen. For best interoperability with Windows paths, you have to wrap Cygwin
tools using cygpath utility.


-- 
With best regards,
Andrey Repin
Sunday, April 8, 2018 02:04:31

Sorry for my terrible english...\0ТÒÐÐ¥\a&ö&ÆVÒ\a&W\x06÷'G3¢\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒ÷\a&ö&ÆV×2æ‡FÖÀФd\x15\x13¢\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöf\x17\x12ðФFö7VÖVçF\x17F–öã¢\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöFö72æ‡FÖÀÐ¥Vç7V'67&–&R\x06–æfó¢\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöÖÂò7Vç7V'67&–&R×6–×\x06ÆPРÐ

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7
@ 2018-04-09 10:40 Allan Fernandes
  0 siblings, 0 replies; 3+ messages in thread
From: Allan Fernandes @ 2018-04-09 10:40 UTC (permalink / raw)
  To: cygwin

 Hi,

I tried cygpath but it did not help. It gave me folder path as given below.
I used this path but results were the same.
"/proc/cygdrive/c/delit/Rdiff/العَرَبِيَّة.txt"

Anyways half my problem is solved as now with the latest Cygwin I can get
RDiff.exe to work fine, but it only happens if I execute the Cygwin.bat and
run my .Bat  file from the bash prompt.
I want to run it automatically from my program without user intervention.

Regards
Allan



On Sun, Apr 8, 2018 at 4:36 AM, Andrey Repin <anrdaemon@yandex.ru> wrote:

> Greetings, Allan Fernandes!
>
> > I am using cygwin1.dll (windows 7) and running a batch file (Abc.Bat)
> code
> > given below with observation messages.
>
> > Problem:
> > cygwin1.dll (ver 1.7)+Rdiff.exe  handles Unicode but does not handle UNC
> > paths.
> > cygwin1.dll (ver 2.10)+Rdiff.exe  does not handle Unicode but handles UNC
> > paths.
>
> It's not cygwin1.dll, it's rdiff.
>
> > No error messages are given except for last line ver 1.7 says (No such
> file
> > or directory)
>
>
> > *Abc.Bat*
>
> > *chcp 65001*
>
> > *type "العَرَبِيَّة.txt"                  (works with 1.7 and 2.10)*
>
> > *type "\\Mach\D\العَرَبِيَّة.txt"    (works with 1.7 and 2.10) *
>
> > *rdiff -b 10240 signature "العَرَبِيَّة.Zip" "العَرَبِيَّة.Sig"
>  (works
> > with 1.7,  does not work with 2.10)  *
>
> > *rdiff -b 10240 signature "\\Mach\D\العَرَبِيَّة.Zip"
> > "\\Mach\D\العَرَبِيَّة.Sig"    (does not work with 1.7 nor 2.10) *
>
>
> > *rdiff -b 10240 signature "\\Mach\D\Simple.txt" "\\Mach\D\Simple.Sig"
> > (works with 2.10,  does nor work with 1.7) *
>
> If a program does its own mangling of file paths, stuff like this is bound
> to
> happen. For best interoperability with Windows paths, you have to wrap
> Cygwin
> tools using cygpath utility.
>
>
> --
> With best regards,
> Andrey Repin
> Sunday, April 8, 2018 02:04:31
>
> Sorry for my terrible english...

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-09 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-07 11:58 cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7 Allan Fernandes
2018-04-07 23:20 ` Andrey Repin
2018-04-09 10:40 Allan Fernandes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).