Benson Margulies wrote: > My analysis of the python code is different. It is assuming that the log > contains UTF-8, and then it is insisting on converting it to 'the > current locale' before letting you edit it. If the current locale isn't > UTF-8, and it probably isn't, you lose.
I believe this is incorrect. It uses the encoding returned by sys.stdout.encoding (which should also be the encoding svn uses to output the log, unless you have log-encoding set in the svn config). Where do you see the code assuming UTF-8? Cheers, Raman _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
