Comment 38 for bug 85579

Revision history for this message
In , Cavin (cavin) wrote :

convertedNewName is the new folder name to be renamed later in the code.
Actually, newNameStr and convertedNewName are used interchangeably but I have
changed the code so that only newNameStr is used.

We need to hash the folder name in order to support folder name like 'a,b'. Not
sure if we need to call ConvertFromUnicode() if we only support ASCII chars for
now. To support non ASCII chars like Chinese we need to do something different
which will be addressed in a different bug.

I'll attach a different patch per naving comments.