Help with a unicode issue
Ian Clatworthy
ian.clatworthy at internode.on.net
Fri Jun 29 01:16:28 BST 2007
John Arbash Meinel wrote:
> All this to say....
>
> a) Right now, we *do* still assert that filenames should be normalized
> when added. So we should do it for renames.
>
> b) We probably don't want to do it at all.
>
> c) Right now our code is probably pretty broken for non-normalized names
> on a Mac. In that you can't add them, and you have no way to "fix" them
> on a Mac. And 'bzr status' will show them as missing+unknown. So we
> probably need to do (b) sooner rather than later.
John,
Thanks for the detailed explanation.
How much discussion is required here?
And how much work is it to back it out if and when we agree to do it?
One possibility is for make_entry to take a flag saying whether names
need to be normalised or not. That's not fixing the bug though, just
working around it, so I'd rather not go down that path.
Ian C.
More information about the bazaar
mailing list