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]

Re: using rsync with Win32/UNC pathnames?


Corinna Vinschen schrieb:
On Apr 14 11:30, Tomasz Chmielewski wrote:
Corinna Vinschen schrieb:
On Apr 12 13:15, Tomasz Chmielewski wrote:
Corinna Vinschen schrieb:
What's the wchar hex code value of that character?
Hmm, I don't know.

Is there some obvious way to get it?
You could write a small application which does nothing but calling
FindFirstFileW/FindNextFileW and print the found file names as hex
values.
...which sounds much more complicated than just copying the file to another machine.

I don't do remote debugging. If you want this fixed, find a method to provide the file as zip attachment to this mailing list. Or, cd to the directory in which the file is stored and run the below application. It builds OOTB if you have gcc installed. Just call `gcc -o foo foo.c'.

============ foo.c ==================

It says (where "?" substitutes this strange character):


1?.doc (1): 0031 f021 002e 0064 006f 0063


So that character is "f021".




--
Tomasz Chmielewski
http://wpkg.org


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


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