[thelist] ASP MAIL - NON-ENGLISH PLAIN TEXT E-MAILS

Administrative HQ english_offline at yahoo.com
Sat Nov 23 11:01:02 CST 2002


We send automated e-mails to members in various
languages. Letters are written in two programmming
languages (examples below [code 1] and [code 2]).

The questions which are giving us trouble are:

1. How do we make the e-mail appear correctly in
Western European languages, such as Spanish, which use
symbols not included in English ASCII? We are getting
unrecognizable symbols in place of, say, an "a" with
an accent mark.

2. Same question for right to left languages such as
Arabic and Hebrew.

3. RE: right to left languages can we control the
alignment so that paragraphs will read from the right
on the recipient's screen? If so, how? Even if the
text appears correctly, it is aligned the wrong way,
which looks very bad.


----------------------------------------------------
code 1
----------------------------------------------------
mailer.Body="test here"& vbcrlf & vbcrlf &"more text"
& vbcrlf & vbcrlf & "more text" &vbCrLf &_

"www.XYZ.com/cru.asp?p2=y&usrname="&server.URLEncode(rs.Fields("UsrEmail"))&_
		vbcrlf & vbcrlf &"Text"
		mailer.subject="XXXXXXXX"
		'Response.Write rs.Fields("UsrEmail") & "EN" &
"<br>"
-----------------------------------------------------

Code 2
-----------------------------------------------------

objCDO.Subject = "XXXXXXXX"
					objCDO.Body = "text here"&chr(10) &" " & chr(10)
&"more
text"&chr(10)&chr(10)&"text"&usr&chr(10)&"text"&pas&chr(10)
&" " & chr(10)&"text"&chr(10)&"
text."&chr(10)&chr(10)&"text"&chr(10)&chr(10)&"Thank
You"&chr(10)


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the thelist mailing list