Igor Peshansky wrote:
On Fri, 17 Mar 2006, Paul J. Lucas wrote:
On Fri, 17 Mar 2006, Christopher Faylor wrote:
Cygwin doesn't provide _wfopen.
1. I install Cygwin.
2. It's in stdio.h that gets installed as part of the Cygwin install.
No, actually it's in stdio.h that's part of MinGW (and i
On Fri, 17 Mar 2006, Paul J. Lucas wrote:
> On Fri, 17 Mar 2006, Christopher Faylor wrote:
>
> > Cygwin doesn't provide _wfopen.
>
> 1. I install Cygwin.
> 2. It's in stdio.h that gets installed as part of the Cygwin install.
No, actually it's in stdio.h that's part of MinGW (and is installed as
On Fri, 17 Mar 2006, Christopher Faylor wrote:
> Cygwin doesn't provide _wfopen.
1. I install Cygwin.
2. It's in stdio.h that gets installed as part of the Cygwin install.
Therefore, as far as I'm concerned, it's in Cygwin.
> So, if you are using _wfopen you stopped using Cygwin, then, too, pos
On Fri, Mar 17, 2006 at 01:16:07PM -0800, Paul J. Lucas wrote:
>On Thu, 16 Mar 2006, Christopher Faylor wrote:
>>I don't know if doing what the OP wants is possible on Cygwin ...
>
>I solved my problem by using _wfopen() and converting the path to
>UTF-16 first. Unless there's a way to work direct
On Thu, 16 Mar 2006, Christopher Faylor wrote:
> I don't know if doing what the OP wants is possible on Cygwin ...
I solved my problem by using _wfopen() and converting the path
to UTF-16 first. Unless there's a way to work directly with
UTF-8, I'll stick with that.
On Thu, Mar 16, 2006 at 01:21:28PM -0700, Cary Jamison wrote:
>Christopher Faylor wrote:
>>On Tue, Mar 14, 2006 at 05:53:14PM -0700, Cary Jamison wrote:
>>>Paul J. Lucas wrote:
Is this known to work (or not work)? Apparently, it doesn't.
FYI: I'm writing JNI code. The strings passed
Christopher Faylor wrote:
> On Tue, Mar 14, 2006 at 05:53:14PM -0700, Cary Jamison wrote:
>> Paul J. Lucas wrote:
>>> Is this known to work (or not work)? Apparently, it doesn't.
>>>
>>> FYI: I'm writing JNI code. The strings passed from Java to C are
>>> UTF-8. A string containing a non-ASCII c
On Tue, Mar 14, 2006 at 05:53:14PM -0700, Cary Jamison wrote:
>Paul J. Lucas wrote:
>>Is this known to work (or not work)? Apparently, it doesn't.
>>
>>FYI: I'm writing JNI code. The strings passed from Java to C are
>>UTF-8. A string containing a non-ASCII character, e.g., an 'e' with an
>>acce
Paul J. Lucas wrote:
> Is this known to work (or not work)? Apparently, it doesn't.
>
> FYI: I'm writing JNI code. The strings passed from Java to C
> are UTF-8. A string containing a non-ASCII character, e.g., an
> 'e' with an accent, works fine with fopen() under Mac OS X. The
> same JNI code
Is this known to work (or not work)? Apparently, it doesn't.
FYI: I'm writing JNI code. The strings passed from Java to C
are UTF-8. A string containing a non-ASCII character, e.g., an
'e' with an accent, works fine with fopen() under Mac OS X. The
same
10 matches
Mail list logo