This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]