Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > If the python switch to W functions then the issue will be resolved.
Python should use the *W functions wherever possible. > Without general switch to W functions and to wide strings we need to > convert every time from single chat to wide char. Is this acceptable in > general ? Most certainly. If we call the *A function instead, it will convert to *W itself, so it's no loss if we do it right away (and we may save a copy in some cases). _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4075> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com