aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs
diff options
context:
space:
mode:
authorAnton Batenev <abbat@abbat>2010-03-16 15:54:22 +0300
committerAnton Batenev <abbat@abbat>2010-03-16 15:54:22 +0300
commitdc65985ae0602779d9d0de02d3749b8d6e58ab13 (patch)
tree1b4507f3827cc666536995beba08a4ec9e80cd58 /.be/bugs
parent429e33fb4c7be8daa791fb744a14024ef27a72c2 (diff)
downloadbugseverywhere-dc65985ae0602779d9d0de02d3749b8d6e58ab13.tar.gz
Reported bug with utf-8 strings
Diffstat (limited to '.be/bugs')
-rw-r--r--.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/body40
-rw-r--r--.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/values8
-rw-r--r--.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/values17
3 files changed, 65 insertions, 0 deletions
diff --git a/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/body b/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/body
new file mode 100644
index 0000000..2a05cbd
--- /dev/null
+++ b/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/body
@@ -0,0 +1,40 @@
+When I try to create bug with utf8 string I get error:
+
+$ be new 'utf8 string'
+Traceback (most recent call last):
+ File "/usr/bin/be", line 64, in <module>
+ sys.exit(cmdutil.execute(args[0], args[1:]))
+ File "/usr/lib/python2.6/site-packages/libbe/cmdutil.py", line 82, in execute
+ manipulate_encodings=manipulate_encodings)
+ File "/usr/lib/python2.6/site-packages/becommands/new.py", line 54, in execute
+ bug = bd.new_bug(summary=summary.strip())
+ File "/usr/lib/python2.6/site-packages/libbe/bugdir.py", line 584, in new_bug
+ bg.save()
+ File "/usr/lib/python2.6/site-packages/libbe/bug.py", line 388, in save
+ self.save_settings()
+ File "/usr/lib/python2.6/site-packages/libbe/bug.py", line 373, in save_settings
+ mapfile.map_save(self.vcs, path, self._get_saved_settings())
+ File "/usr/lib/python2.6/site-packages/libbe/mapfile.py", line 110, in map_save
+ vcs.set_file_contents(path, contents, allow_no_vcs)
+ File "/usr/lib/python2.6/site-packages/libbe/vcs.py", line 354, in set_file_contents
+ f.write(contents)
+ File "/usr/lib/python2.6/codecs.py", line 686, in write
+ return self.writer.write(data)
+ File "/usr/lib/python2.6/codecs.py", line 351, in write
+ data, consumed = self.encode(object, self.errors)
+UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 95: ordinal not in range(128)
+---
+
+$ python
+Python 2.6.1 (r261:67515, Jan 8 2010, 16:07:38)
+[GCC 4.3.2] on linux2
+Type "help", "copyright", "credits" or "license" for more information.
+>>> import sys
+>>> import locale
+>>> sys.getdefaultencoding()
+'ascii'
+>>> locale.getdefaultlocale()
+('ru_RU', 'UTF-8')
+
+I think it is more correct to use UTF-8 everywhere or use locale.getdefaultlocale() instead sys.getdefaultencoding().
+
diff --git a/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/values b/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/values
new file mode 100644
index 0000000..68e1d55
--- /dev/null
+++ b/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/comments/854eec21-2eeb-4ed4-af35-7a4a2e1f2e98/values
@@ -0,0 +1,8 @@
+Author: Anton Batenev <abbat@abbat>
+
+
+Content-type: text/plain
+
+
+Date: Tue, 16 Mar 2010 12:53:45 +0000
+
diff --git a/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/values b/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/values
new file mode 100644
index 0000000..6e1f957
--- /dev/null
+++ b/.be/bugs/b3562f08-ad27-4b9f-8d21-8b58ba6d9eac/values
@@ -0,0 +1,17 @@
+creator: Anton Batenev <abbat@abbat>
+
+
+reporter: Anton Batenev <abbat@abbat>
+
+
+severity: minor
+
+
+status: open
+
+
+summary: UTF-8 problems
+
+
+time: Tue, 16 Mar 2010 12:40:01 +0000
+