Page 2 of 2

Posted: Sun Jan 07, 2007 8:50 pm
by Shenz
d11wtq wrote:That's too wierd, EasySwift doesn't do any processing of the text, it only passes the message along to Swift as a Swift_Message object :?
Here's some evidence:

Using Swift outputs this (wrong):

Code: Select all

Registration details:
=====================

Name: Company: Address: address1
                postcode city
        country
Telephone: E-mail:

Product: product
Serial: serial
Dealer: dealer
Purchase date: purchase_date
Using EasySwift outputs this (correct):

Code: Select all

Registration details:
=====================

Name: 
Company: 
Address: address1
         
         postcode city
         country
Telephone: 
E-mail: 

Product: product
Serial: serial
Dealer: dealer
Purchase date: purchase_date
I guess there's a devil with us :twisted: