Re: language differences between linux and windows

2009-02-28 Thread Donn
On Fri, Feb 27, 2009 at 10:06 PM, Jerry Davis jdaw...@cox.net wrote: On Thu, 26 Feb 2009 22:07:05 -0700 Jerry Davis jdaw...@cox.net wrote: ok. I tried a lot of stuff. but the one thing that actually worked, was to run the cqperl script on the windows box itself. it was utf8 on the linux

Re: language differences between linux and windows

2009-02-28 Thread Stephen
A thought might be to kit upload to google docs then fl if it comes up again On 2/27/09, Jerry Davis jdaw...@cox.net wrote: On Thu, 26 Feb 2009 22:07:05 -0700 Jerry Davis jdaw...@cox.net wrote: I am using Rational ClearQuest, and am using the CQ Import process to import from a csv file

Re: language differences between linux and windows

2009-02-28 Thread Jerry Davis
On Sat, 28 Feb 2009 08:40:17 -0700 Donn dlshum...@gmail.com wrote: On Fri, Feb 27, 2009 at 10:06 PM, Jerry Davis jdaw...@cox.net wrote: On Thu, 26 Feb 2009 22:07:05 -0700 Jerry Davis jdaw...@cox.net wrote: ok. I tried a lot of stuff. but the one thing that actually worked, was to run

Re: language differences between linux and windows

2009-02-27 Thread James Mcphee
:) Yeah, you could convert it to ascii and then ftp it to the windows box in ascii mode On Fri, Feb 27, 2009 at 12:07 AM, Joshua Zeidner jjzeid...@gmail.comwrote: also, if you're using FTP the ascii/binary setting may make a difference, so I would try that route if all else fails. -jmz

RE: language differences between linux and windows

2009-02-27 Thread Lisa Kachold
HACKFESTS 2nd Saturday Each mo...@noon - 3PM Date: Fri, 27 Feb 2009 05:10:36 -0700 Subject: Re: language differences between linux and windows From: jmc...@gmail.com To: plug-discuss@lists.plug.phoenix.az.us :) Yeah, you could convert it to ascii and then ftp it to the windows box in ascii mode

Re: language differences between linux and windows

2009-02-27 Thread Jerry Davis
On Thu, 26 Feb 2009 22:07:05 -0700 Jerry Davis jdaw...@cox.net wrote: I am using Rational ClearQuest, and am using the CQ Import process to import from a csv file which I produced on a linux box. The linux backend database is Oracle, and is a utf8 database. The windows box I am using to do

RE: language differences between linux and windows

2009-02-26 Thread Bryan O'Neal
There are a number of differences, every thing from end of line charters (Linux uses /l or /n while windows uses /n/l) to characters windows likes to sub statue because it thinks you mean U+02F7 when you actually mean ~. And some times it inserts its own weird things like the smiley face (which is

Re: language differences between linux and windows

2009-02-26 Thread Joshua Zeidner
also, if you're using FTP the ascii/binary setting may make a difference, so I would try that route if all else fails. -jmz On Thu, Feb 26, 2009 at 10:07 PM, Jerry Davis jdaw...@cox.net wrote: I am using Rational ClearQuest, and am using the CQ Import process to import from a csv file which