[MERGE] better support of unicode paths on Windows
Alexander Belchenko
bialix at ukr.net
Fri Jul 3 15:07:22 BST 2009
John Arbash Meinel пишет:
> Alexander Belchenko wrote:
>> Bzr has one latent bug related to create new .bzr directory inside
>> unicode directory. The problem occurs when unicode path cannot be
>> encoded in current user encoding, as pointed by INADA Naoki, see
>> https://bugs.launchpad.net/tortoisebzr/+bug/335362/comments/41
>>
>> This is rare condition, but bug itself is very serious.
>> Please, merge for 1.17.
>>
>
> You will need to add:
>
> self.requireFeature(UnicodeFeature) (something likethat)
> so that the test will skip properly when LANG=C
John,
This is windows-specific code. There is no such thing as LANG=C.
Windows filesystem is always unicode-aware IIUC.
More information about the bazaar
mailing list