On Thu, 2 Oct 2003 18:53:44 +0200 (Romance Daylight Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
> P.S. for those interested, the trouble is that the user can put any Unicode > text in richedit control under NT and we don't know which encoding it > is in... the conversion is inherently lossful and, worse, we don't > even know when we lose something :-( The advice I hear from C++ folks is to have all strings in wide characters and translate them on I/O. I don't quite understand what's all this wxChar business about then. I hear that not all wxWindows ports support wide characters, but either these ports should do conversion internally or we can stuff conversion around wxWindows calls that will be dummy for ports supporting wide characters. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
