Re: Unable to open files including Korean names

2004-06-23 Thread Jaeho Shin
On Wed, 2004-06-23 21:48:38 -0400, Pierre A. Humblet wrote: Hello, the problem you discovered should now be fixed in the snapshots, e.g. http://cygwin.com/snapshots/cygwin1-20040623.dll.bz2 Could you try it and post the result to the list? It may be necessry to set the codepage in CYGWIN.

Re: Unable to open files including Korean names

2004-06-15 Thread Jaeho Shin
On Mon, 2004-06-14 16:19:17 -0400, Pierre A. Humblet wrote: Pierre A. Humblet wrote: I am surprised that ls -l works, as it also calls NtCreateFile. Could you strace it too? Actually the best would be to have a Korean directory with one file in it and to strace -o strace.txt ls -l

Re: Unable to open files including Korean names

2004-06-15 Thread Jaeho Shin
On Mon, 2004-06-14 14:02:48 +0200, Corinna Vinschen wrote: On Jun 14 20:12, Jaeho Shin wrote: On Sun, Jun 13, 2004 at 02:55:23PM -0400, Pierre A. Humblet ([EMAIL PROTECTED]) wrote: Please don't quote raw email addresses in a reply! http://cygwin.com/acronyms/index.html#PCYMTNQREAIYR

Re: Unable to open files including Korean names

2004-06-15 Thread Jaeho Shin
On Tue, 2004-06-15 09:14:22 -0400, Pierre A. Humblet wrote: Thanks. Nothing conclusive. Could you compile and run the following one line program? #include windows.h #include stdio.h main() { printf(AreFileApisANSI %d\n, AreFileApisANSI()); } Compile it with gcc -mno-cygwin

OT: Beeing 'endian' (RE: Unable to open files including Korean names)

2004-06-15 Thread Hannu E K Nevalainen
From: Jaeho Shin Sent: Tuesday, June 15, 2004 4:17 PM Looks like od's output is in little-endian. This identifies them as U+D55C and U+AE00, `echo -n XX | iconv -f euc-kr -t ucs-2 | od -x -`: 000 5cd5 00ae A better way to explore things is by bypassing the endianness with $ ... | od

Re: Unable to open files including Korean names

2004-06-14 Thread Jaeho Shin
On Sun, Jun 13, 2004 at 12:15:41PM -0400, Gregg C Levine ([EMAIL PROTECTED]) wrote: As for your problem Jaeho Shin, I think the switching of binaries for the Cygwin DLLs should fix things. At least temporarily. Yeah, I already switched to 1.5.9-1. Everything's fine here. Trying SP2 might

Re: Unable to open files including Korean names

2004-06-14 Thread Corinna Vinschen
On Jun 14 20:12, Jaeho Shin wrote: On Sun, Jun 13, 2004 at 02:55:23PM -0400, Pierre A. Humblet ([EMAIL PROTECTED]) wrote: Please don't quote raw email addresses in a reply! http://cygwin.com/acronyms/index.html#PCYMTNQREAIYR Your original mail stated I did some test and found out that

Re: Unable to open files including Korean names

2004-06-14 Thread Pierre A. Humblet
Can you run some very simple program demonstrating the problem under strace, something like strace -o strace-10.txt touch some short Korean path both under 1.5.10 and 1.5.9? Sure. strace-{10,9}.txt are attached, and strace-env.txt, too. It's the output of ``env'' where I ran

Re: Unable to open files including Korean names

2004-06-13 Thread Jaeho Shin
On Sun, Jun 13, 2004 at 03:30:00AM +0900, Jaeho Shin ([EMAIL PROTECTED]) wrote: As I remember, there wasn't any problem like this before my update few days ago. Not sure, but since I remember the last time I had an update was near Apr 20, I should have been using cygwin dll 1.5.9 then. Yes.

RE: Unable to open files including Korean names

2004-06-13 Thread Gregg C Levine
, June 12, 2004 11:13 PM To: [EMAIL PROTECTED] Subject: RE: Unable to open files including Korean names I did some test and found out that ``every file whose path includes Korean characters weren't openable.'' Still, I could move arround those [snip] I just installed the XP SP2 preview

Re: Unable to open files including Korean names

2004-06-13 Thread Pierre A. Humblet
At 12:02 AM 6/14/2004 +0900, Jaeho Shin wrote: On Sun, Jun 13, 2004 at 03:30:00AM +0900, Jaeho Shin ([EMAIL PROTECTED]) wrote: As I remember, there wasn't any problem like this before my update few days ago. Not sure, but since I remember the last time I had an update was near Apr 20, I should

[SEMI-OT]: XP SP2 (was: RE: Unable to open files including Korean names)

2004-06-13 Thread GARY VANSICKLE
Hello from Gregg C Levine Actually Gary, its called SP2 RC1, for XP. Its going through that phase, with SP1 RC2 due out towards the end of the month, and the actual SP2 going to the RTM phase so that its in time to be released by the 21 July, date. (If you can believe that.) I of course

Unable to open files including Korean names

2004-06-12 Thread Jaeho Shin
I've updated to cygwin dll 1.5.10 a few days ago. (I'm using Cygwin with Windows XP SP1, Korean version.) And today I found a problem with the accessing files. I was trying to use rsync to sync some of my files to another place, but rsync was telling me those files had vanished, like: file has

RE: Unable to open files including Korean names

2004-06-12 Thread GARY VANSICKLE
I did some test and found out that ``every file whose path includes Korean characters weren't openable.'' Still, I could move arround those [snip] I just installed the XP SP2 preview or whatever they call it. One of the things in the very long list of things it claims to fix is some problem