the problem was that a bit was set that told camel not to convert between charsets. since the bit was set, the charset param was specified as iso-8859-1 (or whatever) but the actual text got sent as utf-8.
hence the problem :) Jeff On Tue, 2003-07-01 at 10:42, Ali Akcaagac wrote: > On Tue, 2003-07-01 at 16:32, Ettore Perazzoli wrote: > > Michael, Jeff, what's the word on this? The new tarball > > is ready but this sounds like a serious problem that we > > should not release with. > > I just build evolution from todays anoncvs and can confirm that this > issue is no longer. It looks like I can write umlauts without any issues > anymore. But looking inside the code and proper testing from others > would be safe. > > � <-- OE > � <-- oe > � <-- UE > � <-- ue > � <-- AE > � <-- ae > > What I noticed as well was, when I wrote the umlauts in last saturdays > build of evolution, they showed up as presented in my earlier email (the > initial one) and as soon you replied to it the chars increased and > replying to it again increased it again. > > Here an example: > > > Ü <-- UE > > ü <-- ue > > Ö <-- OE > > ö <-- oe > > Ä <-- AE > > ä <-- ae > > My initial mail showed up as this and here a quote when rodrigo replied > to me: > > > à <-- UE > > ÃŒ <-- ue > > à <-- OE > > ö <-- oe > > à <-- AE > > À <-- ae > > You see, the stuff doubled. A word became a longword. > > _______________________________________________ > evolution-hackers maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution-hackers -- Jeffrey Stedfast Evolution Hacker - Ximian, Inc. [EMAIL PROTECTED] - www.ximian.com _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
