-
Committer:
Rory Yorke
-
Date:
2011-12-20 06:21:18 UTC
-
mto:
This revision was merged to the branch mainline in
revision
6393.
-
Revision ID:
rory.yorke@gmail.com-20111220062118-zghi8o8ws5in89u7
Fix for renaming a directory with non-ASCII characters in its name.
Unicode and UTF-8 strings were being mixed when constructing the target
rename path, and when creating the deletion list. The fix is to use
UTF-8 everywhere.