List directories in Unicode format. Necessary for proper handling of Locale subdirect...
commitb796dcb6b913e7d23764da868632d8d0cba50d09
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 15 Jan 2014 18:52:18 +0000 (15 18:52 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 15 Jan 2014 18:52:18 +0000 (15 18:52 +0000)
treeda35bcc2a42c795718361b915b95fe1142955172
parent64dd4271da196d43c1f53827dcc13fc0333b2def
List directories in Unicode format. Necessary for proper handling of Locale subdirectories on Windows.
This should be harmless on other OSes, bowever if this raises an issue, please let me know and surround the conversion with OS detection, like:
if platform.system() == "Windows" :
    src = unicode(src)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48729 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
scripts/cpy-dir-rec.py