12 messages in net.sourceforge.lists.courier-usersRe: [courier-users] sqwebmail 2002121...
FromSent OnAttachments
Matthias AndreeDec 20, 2002 8:10 am 
Brian CandlerDec 20, 2002 4:35 pm 
Sam VarshavchikDec 20, 2002 7:14 pm 
William Dell WisnerDec 21, 2002 12:36 am 
Matthias AndreeDec 21, 2002 8:13 am 
Matthias AndreeDec 21, 2002 1:38 pm 
Matthias AndreeDec 21, 2002 1:40 pm 
Alessandro VeselyDec 22, 2002 1:38 am 
Brian CandlerDec 22, 2002 2:54 am 
Matthias AndreeDec 22, 2002 5:32 am 
Brian CandlerDec 22, 2002 5:11 pm 
Matthias AndreeDec 23, 2002 6:32 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] sqwebmail 20021212 observationsActions...
From:Matthias Andree (matt@gmx.de)
Date:Dec 21, 2002 8:13:40 am
List:net.sourceforge.lists.courier-users

On Sat, 21 Dec 2002, William Dell Wisner wrote:

2. I also observed with CHARSET at iso-8859-1 that sqwebmail would happily emit illegal characters, i. e. it shipped \200 in an iso-8859-1 mail where I entered a € (EURO currency symbol) character in the web form. \200 is invalid in iso-8859-1 and should be rejected.

This is incorrect. \200 is completely valid in ISO-8859-1; it just happens to not be the character you want. (It's a capital E with a grave accent: È)

Please note that the \ooo notation is octal, hence, this is 128 in decimal. (2 * 8 * 8), ISO-8859-1 has control characters there up to 159 (\237). The E-grave you mention is 200 decimal, written as \310 octal.