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?)
On linux, the filesystem should really use whatever encoding
the user set in LANG. On linux, UTF-8 is typical, although
old distro versions might come with ISO8859-something instead.
Helge Hafting