UnicodeEncodeError in add_action_print with non ascii files names
Nir Soffer
nirs at freeshell.org
Sun Feb 5 17:39:04 GMT 2006
On 5 Feb, 2006, at 14:50, John A Meinel wrote:
> It is actually easier to use
>
>>>> import unicodedata
>>>> unicodedata.normalize('NFKC', s)
>>>> unicodedata.normalize('NFKD', s)
Nice, I always wondered how Python does not have this functionality :-)
>> I'll be happy to help with the Unicode support. I have some free time
>> later this month.
>>
>
> When you get free time, let me know. I think I have things sorted out
> as
> to what needs to happen. I just haven't had the time to actually do it.
I hope you can dump the sorted out stuff to the wiki :-)
I added little discussion about Unicode filenames support in
<http://bazaar.canonical.com/BzrWishlist#unicode-filenames>, maybe
there should be a page about this important issue.
Best Regards,
Nir Soffer
More information about the bazaar
mailing list