Bazaar-NG traffic #2

Martin Pool martinpool at gmail.com
Wed Oct 12 00:39:43 BST 2005


On 12/10/05, Aaron Bentley <aaron.bentley at utoronto.ca> wrote:

> I think we need to insist that any versioned files have unicode
> filenames.  Considering that a bytestring filename for one user may be a
> unicode filename for another, I think we could have really ugly
> corner-case behaviour if we tried to support bytestring filenames.

I agree.  It seems far more likely that people will want to have
filenames that are meaingful in some language than filenames that
cannot be printed in any language at all.  If they just have filenames
that are inconsistent with the standard encoding on their system then
that is a different and potentially soluble problem.

We should add some tests for versioning files with non-ascii names.

Joel's page points out sys.getfilesystemencoding().

--
Martin




More information about the bazaar mailing list