Re: [Rails] 240.chr different on Linux than Windows?

2013-11-07 Thread R Vince
On Thu, Nov 7, 2013 at 9:32 PM, Tamara Temple wrote: > > > You need to be looking at the binary data stream to see what is being > sent/received. Don’t look at the glyphs at all. > > - Yes, you;re right -- I need to open up the receiving end and see what it's drinking in. Thanks! -- You receive

Re: [Rails] 240.chr different on Linux than Windows?

2013-11-07 Thread Tamara Temple
On Nov 7, 2013, at 8:20 PM, R Vince wrote: > I would think so, but the other side is a java socket listener app, and it > isn't splitting on it in Linux, but is on Windows. > > > On Thu, Nov 7, 2013 at 9:16 PM, Tamara Temple wrote: > > On Nov 7, 2013, at 7:54 PM, RVic wrote: > > > I'm

Re: [Rails] 240.chr different on Linux than Windows?

2013-11-07 Thread R Vince
I would think so, but the other side is a java socket listener app, and it isn't splitting on it in Linux, but is on Windows. On Thu, Nov 7, 2013 at 9:16 PM, Tamara Temple wrote: > > On Nov 7, 2013, at 7:54 PM, RVic wrote: > > > I'm sending a string through a socket connection from a rails

Re: [Rails] 240.chr different on Linux than Windows?

2013-11-07 Thread Tamara Temple
On Nov 7, 2013, at 7:54 PM, RVic wrote: > I'm sending a string through a socket connection from a rails app to > another application. The string is delimited with 240.chr. On windows it runs > fine, on Linux, it seems to put in a different looking character in for > 240.chr. Is this some

[Rails] 240.chr different on Linux than Windows?

2013-11-07 Thread RVic
I'm sending a string through a socket connection from a rails app to another application. The string is delimited with 240.chr. On windows it runs fine, on Linux, it seems to put in a different looking character in for 240.chr. Is this some sort of encoding issue? Is there something simple