X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; q=dns; s=default; b=byS CVm+LdTGKJU5GVhL2EIFv3+vPtTEW24SQlSVPMz3BBjOXL3OO6StIVBm2VAjSEDa yxLmyvmdVOarmX/s4WCfrmMV8jrFPQPC74h2sm1gIWetHqiuGIV2Pt9mNbHYQziJ O8AX/gIxMZz2aKzsQ+CuSC2bInrByl6N39/5uTpE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; s=default; bh=+9X/LviEF 1mHyxAdPTCdY6EFKHA=; b=oPWDBz+J5lwFsxEmPcvRRr6P44cldmQQ720wYwRuB Hom5lF5YQ+rhM4v9rBGltGyFmeVp/euYgi9jLt8nm0stl/8LJ9WwQKTi7AUFc93c xrMH6/vooLxI2VfNCDpVTszgLywhXMXiAoXnziWHSxigiNRbQcHfzgcutLCmGyBD y0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=2.1 required=5.0 tests=AWL,BAYES_00,BODY_8BITS,FREEMAIL_FROM,GARBLED_BODY,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy==d8=a7=d9, =d8=b9=d9, Zip, =d8=b1=d9?= X-HELO: mail-oi0-f53.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UpUiIz+XMcHcg6i2wvzNh4/kYmItPbuF88Vc5AAVCsM=; b=pzy5gB+hzbcvQRi5PRSpEmN5+nuKhsOR0Qzr8WE/QeEJZMlI2KUA8c5uD6QwspOqby FfjSox4nlW2NAM46JizCs7qWTtkIdWYvzru+9Xd/xdiUyEShRuB88tlI/M0TkkBN+oB+ S44C5lPCJKCRIpovrUfiITi+2cS0ruI/l2Hd7M3ja/UTOPvltXq7b2a6j882qWG2ibAW CwPP0jeq6eGgrNlU9Qzl8IRd0ciAkZvIBpM9k0boCN3/ErC4BJ/p+6smfKqkjKxt9BOR pQcXER3929Pi0DLRbUmDH4BOHm8gywN8FgduQcPX55Hfm5xksLa59VzZLkjGbemnrbD2 KThA== X-Gm-Message-State: ALQs6tAixRriEjJZZ/AGN8r6Fxb7wqbbqc239oj7WkR+xt2x83s1sYjJ DVUB8mhkEY0mzbkK85hLhPwMEYqpWDcoN4vWW93ZAw== X-Google-Smtp-Source: AIpwx48Z0dEdCGpNMJqhNJMRvyozXcPoJAOCP4WJ8NLIOlGIcl0j63FKhMfxmaZRIRMQyqxbHeFpgpIFmw7G2rIWiTI= X-Received: by 2002:aca:49d6:: with SMTP id w205-v6mr16864321oia.202.1523102317365; Sat, 07 Apr 2018 04:58:37 -0700 (PDT) MIME-Version: 1.0 From: Allan Fernandes Date: Sat, 7 Apr 2018 17:28:36 +0530 Message-ID: Subject: cygwin1.dll version 2.10 not handling Unicode as well as ver 1.7 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w37Bwpu0022675 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