From: Robert <car...@pf...> - 2002-11-18 19:32:44
|
Dnia pon 18. listopad 2002 20:17, Ethan Blanton napisał: > Robert Gomułka spake unto us the following wisdom: > > Well ... Commented out setting AIM_IMFLAGS_CUSTOMCHARSET in im.c, line > > 1315. It didn't help, even worse - it broken incoming messages, as before > > first patch. > > That line is for incoming IMs ... it is outgoing IMs that I'm > concerned about. We cannot control whether or not incoming IMs have a > custom charset, but we can control outoing IMs and they do *not* > (under the current setup) use a custom charset. My suggestion (sorry > if it was poorly phrased) was to find the point where *outgoing* IMs > are marked as CUSTOMCHARSET and disable that. > > Ethan The problem is ..... There is only _one_ line, when any variable is set using CUSTOMCHARSET :) Other lines (five IIRC) are used only to test conditions (if (var & CUSTOMCHAR) ...). Regards, Robert |