On Fri, 6 Sep 2002 17:33:45 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> But how can you display UTF-8 messages containing letters from different NB> codepages, for example, both Greek and Russian, in ANSI build? Right now you can't but it doesn't mean it's impossible. In the worst case we could translate to UTF-8 just before sending the stuff to display to the viewer -- and this should be quite simple to do in the GTK case at least. NB> VZ> The ASSERT_MSG() in Attach() (in MObject.h) should use _T() around the NB> VZ> literal string. Again, the same should be done in many more places. NB> NB> What is better - _T() or wxT()? I use _T() because it's standard and shorter. I don't know which one is "better" :-) Regards, VZ ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
