|
On Tue, 04 Aug 2009 18:13:01 -0400, Victor Bazarov <v.Abazarov@comAcast.net
Files don't have lines. Lines are invented by people. Files have
bytes. Some byte value people decided to call "a line break", and
assume that whatever is in the file...
Started by Victor Bazarov on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
(Also, the file
servers....
When it is actually passed to the
file system? Most file systems I have mounted won't support
UTF-16 in filenames---the file system will read it as a NTMB
string, and stop at the first byte with 0.
|
|
On Fri, 7 Aug 2009 01:32:13 -0700 (PDT), James Kanze <james.kanze@gmail.com
On Aug 6, 8:27 pm, Jerry Coffin <jerryvcof...@yahoo.com
In other words, you don't know what you're getting. That sounds
like the worst of both worlds.
Hopefully...
Started by James Kanze on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
[ Figuring out valid to query a server about some basic
characteristics of a shared/exported file system, so you could 9660 FS (absent something
like Joliet....
Variant of Unix) a difference in file system
could still lead to a problem.
|
|
On Sat, 8 Aug 2009 22:41:57 -0600, Jerry Coffin <jerryvcoffin@yahoo.com
In article <bdbbf8aa-5da2-443a-bd20-98969e1b7633
@v2g2000vbb.googlegroups.com
[ ... ]
Oh, don't get me wrong -- I'm not saying there aren't any situations
that could/would...
Started by Jerry Coffin on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
It's not
guaranteed, and will almost certainly fail if I get a file with
Chinese text and no BOM.
Defined a function pathconf, which allows obtaining
some file system specific information.
|
Ask your Facebook Friends
|
On May 13, 9:10 am, Jesse Houwing <jesse.houw...@newsgroup.nospamwrote:
Jesse
Thanks for that - I was having the same problem with a mixture of
single and double spacing.
I came to this group by looking up Michael's profile to have a peek at
where...
Started by colin.fairbrother@gmail.com on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
I found enuf free code on the Net.
I was trying to do the same thing as
Micheal (read text file into array).
|
|
On Tue, 11 Aug 2009 02:13:39 -0700 (PDT), James Kanze <james.kanze@gmail.com
On Aug 10, 11:16 pm, Jerry Coffin <jerryvcof...@yahoo.com
My code should still be portable, when possible. I'd also like
it to work from streamed input---even a ...
Started by James Kanze on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Without any consideration for backwards compatibility, I'd
offer a simple choice of "native" (UTF-1... .
On Wed, 12 Aug 2009 00:55:58 -0700 (PDT), James Kanze <james.kanze@gmail.com
On Aug 11, 5:32 pm, Jerry Coffin <jerryvcof...@yahoo.com
Yes .
|
|
On Mon, 10 Aug 2009 15:16:09 -0600, Jerry Coffin <jerryvcoffin@yahoo.com
In article <4f75c139-2e29-4870-8df3-
00ee8995cdea@j9g2000vbp.googlegroups.comsays...
[ ... ]
When you start doing work for Windows, you'll probably want to look
at IsTextUnicode...
Started by Jerry Coffin on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I'd also like
it to work from streamed input---even a ... .
On Tue, 11 Aug 2009 02:13:39 -0700 (PDT), James Kanze <james.kanze@gmail.com
On Aug 10, 11:16 pm, Jerry Coffin <jerryvcof...@yahoo.com
My code should still be portable, when possible .
|
|
On Sat, 18 Apr 2009 03:03:10 -0700 (PDT), atif <atif.aqeel@gmail.com
Thank you all for your suggestions, i haven't tried all your
suggestions yet.
Just to give you all an idea of how the work is being done
My file looks like
<Header<Record...
Started by atif on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Good if only the data is spit out, because reading a text file
in VB is much faster, let me see is spit out, because reading a text file
in VB is much faster, let me see if i don't get ay solution RawData-Array in either case
first....
|
|
On Mon, 9 Mar 2009 11:07:55 -0700 (PDT), rtk <oneelkruns@hotmail.com
On Mar 8, 6:17 pm, Jye <jye.sm...@gmail.com
Forget too much Java, which, I agree, is a bad thing. I'd say you
have been doing too much Matlab programming. The vast majority...
Started by rtk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Still not terribly....
On Mon, 9 Mar 2009 15:53:55 -0700 (PDT), Jye <jye.smith@gmail.com
On Mar 10, 4:07 am, rtk <oneelkr...@hotmail.com
And we have a winner :P
Thanks for the solution, this has dropped the time from 63.4 down to
21.6 seconds.. .
|
|
On Mon, 23 Feb 2009 12:24:06 CST, Ulrich Eckhardt <eckhardt@satorlaser.com
This confuses a few things. The internally uses character type is converted
to external bytes, regardless of whether the internal type is char or
wchar_t. Now, the external...
Started by Ulrich Eckhardt on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
Similarly, because of the way it implements wofstream, when I use
a wifstream to read a wide character in a file to a wchar_t variable,
wifstream reads the charactare....
Conversion and then writes the resulting multibyte character to the
file.
|
|
On Fri, 16 Oct 2009 10:01:31 -0700 (PDT), GaryA <garyinri@yahoo.com
markspace -- As soon as I looked over the code at lunch, the missing
'reading of the file' part jumped right out at me. I guess when I was
cleaning up some test code I blew that...
Started by GaryA on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
You will give the BigInteger constructor an array
containing [0,0,0,-42] and the value.
|