Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-26-2005, 08:08 PM
mmt mmt is offline
Starter Member
 
Posts: 1
Unhappy message body Encoding.

I did install the Zimbra Beta on my test server.
That's cool!

It seems no problem that the Zimbra supports Japanese.

But I found character encoding of message body is not optimal.
For character encoding you are using utf-8 and quoted-printable for message body with 2-byte character set.

"quoted-printable" is good for messages which are mainly 7bit character set because "quoted-printable" does not change 7bit code. But you are using "Content-Transfer-Encoding: 7bit"(MIME) with 7bit message, so base64 encoding is a better choice because of lower overhead for "quoted-printable".

"quoted-printable" makes 8bit code 3x larger. Since a 2-byte character is represented by 3-bytes or 4-bytes with utf-8, after "quoted-printable" encoding it becomes 9-bytes or 12-bytes. That means 2-byte character set will be up to 12-byte with utf-8 and quoted-printable!

If you can substitute Base64 for quoted-printable, the same higher order utf-8 character can be represented with only 4-bytes to 8-bytes and we can save storage device.
Could you please use Base64 encoding instead of quoted-printable for 2-byte character set for us 2-byte guys?

I guess this is very important for 2-byte character set area.

Thank you.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0