Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Am I right that all of the filetools.h API should be converted to docstring?
|
| I have started the conversion already so please tell me quick if
| that's not the case.
Filesystems and unicode is tricky.
And I am not sure if a "blind" conversion is the way to go.
But, yes, I think we should allow for utf-8 filesystem (I do not think
anyone uses utf-16 in the filesystem?)
I think NTFS is UFT16...
I'd prefere is most of this work tried to leverage boost::filesystem
as much as possible.
Yes, I think I've read somewhere that boost::filesystem will support the
default encoding of the system in 1.34. But I want to change the
interface first and then take care of the algorithm.
Abdel.