On Sat, 4 Oct 2003 18:27:54 +0200 (CEST) Robert Vazan <[EMAIL PROTECTED]> wrote:

RV> I am looking at fixes that Nerijus has just checked in. It seems that many
RV> of them are easy to do with regular expressions and some of them can be
RV> done with simple scripts. Why not write perl script that translates "XY" to
RV> _T("XY") on all lines that give errors in Unicode build? Maybe there could
RV> be more patterns and maybe they could be applied to all lines.

 This is not as simple as this. Some text must not be inside _T() (for
example when you're working with c-client data you want to use chars and
not wchar_ts) and "fixing" it automatically can often pass unnoticed during
compilation.

 Also, not all Unicode problems are related to missing _T()s, this is the
really trivial part.

 Regards,
VZ



-------------------------------------------------------
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

Reply via email to