On Sun, 12 Feb 2006 21:13:32 +0200 Mart Raudsepp <[EMAIL PROTECTED]> wrote:
MR> I don't like the fact that wxString stores characters as 4 bytes either MR> with unicode builds. So I'll probably look in the future on making it MR> work with one bytes properly. The problem is not only memory consumption but also unnecessary translations. Why bother converting to Unicode if you're just going to forward the message? MR> My idea is that the unicode vs non-unicode builds concept should be MR> dropped, and replaced Not replaced, but it would be nice to have such build mode in addition, yes. MR> For which cases do you need the encodings exactly in Mahogany? E.g. for viewing messages it must find an encoding available on the current system (i.e. such that there are fonts which may be used to display text in it) and compatible with the given one. It uses wxFontMapper for this and AFAIR it doesn't work at all under GTK2 because some methods it uses are just stubbed out. Regards, VZ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
