Bazaar-ng and Unicode dir names problem
Panagiotis Papadakos
papadako at ics.forth.gr
Sat Oct 15 17:20:24 BST 2005
Hello everybody and thank you for your nice work in bzr!
I just started using bzr-0.1.1 for my university projects and I have
come across a problem in my UTF-8 Linux box which seems to be related
to the fact that the path of my working branch contains Greek characters.
This is the output of 'bzr add -v thread.h' command:
Traceback (most recent call last):
File "/usr/lib/python2.4/logging/__init__.py", line 737, in emit
self.stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 111:
ordinal not in range(128)
bzr: ERROR: command: '/usr/bin/bzr' 'add' '-v' 'thread.h'
pwd: /root/University/Panagiotis/(Greek characters)/
(Greek characters) 2005/hy527/askiseis/ask1_versioned
'ascii' codec can't decode byte 0xce in position 28: ordinal not in
range(128)
at /usr/lib/python2.4/posixpath.py line 65, in join()
see ~/.bzr.log for debug information
Any suggestions?
Regards
Papadakos Panagiotis
More information about the bazaar
mailing list