Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: angelIIIPosted on 2005-07-12 at 00:13:31ID: 14419028
a newline should be a newline. However, some environments prefer to read "carriage-return+newline" instad, which makes it 2 characters (read 2 bytes). Speaking ascii codes: #11 and #13 ...
I assume that JS actually uses only the real pure newline, while CF uses both... however there might be some implicit conversion between the 2 parts of the processing...
you should take the max length of both to ensure the value fits into the table.