bzr 0.13.0 Add Error: Path is not unicode normalized
Dongsheng Song
dongsheng.song at gmail.com
Tue Jan 30 13:03:30 GMT 2007
Here is my .bzr.log related to this error:
this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to bazaar at lists.canonical.com
bzr arguments: [u'add', u'.']
looking for plugins in E:\usr\bzr\lib\library.zip\bzrlib\plugins
looking for plugins in C:/Documents and
Settings/Administrator/Application Data/bazaar/2.0/plugins
Looking for plugins in 'E:\\usr\\bzr\\lib\\library.zip\\bzrlib\\plugins'
Names in archive: ['__init__.pyc', 'launchpad/__init__.pyc',
'launchpad/lp_registration.pyc', 'launchpad/test_register.pyc']
Load plugin launchpad from zip 'E:\\usr\\bzr\\lib\\library.zip\\bzrlib\\plugins'
encoding stdout as sys.stdout encoding 'cp936'
opening working tree 'E:/wc/bzr'
got branch format Bazaar-NG Metadir branch format 5
smart add of [u'.'], originally [u'.']
skip control directory '.bzr'
Traceback (most recent call last):
File "bzrlib\commands.pyc", line 650, in run_bzr_catch_errors
File "bzrlib\commands.pyc", line 612, in run_bzr
File "bzrlib\commands.pyc", line 304, in run_argv_aliases
File "bzrlib\builtins.pyc", line 340, in run
File "bzrlib\add.pyc", line 148, in smart_add
File "bzrlib\add.pyc", line 284, in smart_add_tree
File "bzrlib\add.pyc", line 374, in __add_one
File "bzrlib\inventory.pyc", line 1322, in make_entry
InvalidNormalization: Path
u'\u56fd\u5bb6\u8f6f\u4ef6\u4ea7\u4e1a\u57fa\u5730\uff08\u5e7f\u5dde\uff09\u4f7f\u7528\u6307\u5357\uff0d\u4e34\u65f6\u7248.doc'
is not unicode normalized
return code 3
2007/1/30, Alexander Belchenko <bialix at ukr.net>:
> Can you send the part of your .bzr.log related to this error?
> You could find .bzr.log either in C:\Documets and Settings\USERNAME\ directory
> or in C:\ root directory.
>
> If you have installed bzrtools then you could ask
> for location of .bzr.log with command:
>
> bzr show-paths --system
>
> The root of this error is unicode normalization.
> Probably John Meinel (who initially wrote unicode
> normalization check could say more) but at least
> I try to help.
>
> It's seems that for CJK and other hieroglyphs
> bzr should not require unicode normalization, is it?
>
> Alexander
>
More information about the bazaar
mailing list