7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] The Possibility t...
FromSent OnAttachments
ma...@intron.acMay 21, 2006 11:37 pm 
Sam VarshavchikMay 22, 2006 3:54 am 
YsbeerMay 25, 2006 2:52 pm 
Sam VarshavchikMay 25, 2006 3:19 pm 
ma...@intron.acMay 27, 2006 12:24 am 
Sam VarshavchikMay 27, 2006 6:56 am 
ma...@intron.acMay 27, 2006 7:34 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] The Possibility to Substitute GNU Libiconv for Your Unicode LibraryActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 25, 2006 3:19:39 pm
List:net.sourceforge.lists.courier-users

Ysbeer writes:

Out of curiosity, have you ever considered using ICU for handling your Unicode requirements?

I am not familiar with ICU's capabilities. The requirements are that for a given character set, I must know whether or not:

1) The character set's lower 128 bytes consist of US-ASCII

2) The character set is a direct mapping of unicode (UTF-8, UTF-7, et al)

3) Whether the character set uses multibyte characters

4) The character set uses composite mapping using shift-in/shift-out escape codes

5) Unrepresentable unicode characters may be ignored when converting unicode to/from the character set

6) Whether quoted-printable or base-64 is best for encoding the character set in the message's headers or body.