Shamim1977 / vcardio

Automatically exported from code.google.com/p/vcardio
0 stars 0 forks source link

newlines not exported properly #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Create a contact entry with a mailing address that contains a newline.

Result:

ADR;HOME:;;141 Wellesley Crescent #207
Redwood City CA 94062

Note that the first line is terminated with LF when it should have been CRLF.

What is the expected output? What do you see instead?

Should have been

ADR;HOME:;;141 Wellesley Crescent #207\nRedwood City CA 94062

or better yet:

ADR;HOME:;;141 Wellesley Crescent #207;Redwood City;CA;94062;

See http://www.ietf.org/rfc/rfc2426.txt sections 2.4.2 and 3.2.1

What version of the product are you using? On what operating system?

0.32, Motorola Droid, Android 2.2.3

Please provide any additional information below.

Original issue reported on code.google.com by ed.f...@gmail.com on 2 Jul 2012 at 5:29