failure with unicode factoid
Bug #598379 reported by
Siggi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ibid |
Fix Committed
|
Medium
|
Stefano Rivera |
Bug Description
I think this is best explained by example
09:43 <&Siggi> tibid: literal よし
09:43 < tibid> Siggi: 1: is ok
09:43 <&Siggi> tibid: よし
09:43 < tibid> Siggi: That didn't go down very well. Burp.
Related branches
lp://staging/~stefanor/ibid/sqlalchemy-0.6-trunk
- Keegan Carruthers-Smith: Approve
- Stefano Rivera: Approve
- Jonathan Hitchcock: Approve
- Max Rabkin: Approve
-
Diff: 847 lines (+187/-158)20 files modifieddocs/install.rst (+1/-1)
ibid/core.py (+42/-34)
ibid/db/__init__.py (+2/-5)
ibid/db/types.py (+62/-50)
ibid/db/versioned_schema.py (+20/-24)
ibid/plugins/codecontest.py (+1/-1)
ibid/plugins/factoid.py (+6/-6)
ibid/plugins/feeds.py (+1/-1)
ibid/plugins/fun.py (+3/-3)
ibid/plugins/identity.py (+13/-13)
ibid/plugins/karma.py (+12/-5)
ibid/plugins/memo.py (+3/-3)
ibid/plugins/seen.py (+1/-1)
ibid/plugins/urlgrab.py (+1/-1)
ibid/test/__init__.py (+10/-1)
scripts/ibid-factpack (+2/-2)
scripts/ibid-knab-import (+3/-3)
scripts/ibid-plugin (+1/-1)
scripts/ibid-setup (+2/-2)
setup.py (+1/-1)
tags: | added: factoid unicode |
Changed in ibid: | |
assignee: | nobody → Stefano Rivera (stefanor) |
importance: | Undecided → Medium |
milestone: | none → 0.1.1 |
status: | New → In Progress |
Changed in ibid: | |
milestone: | 0.1.1 → 0.2.0 |
Changed in ibid: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
As I suspcted, the database is returning UTF-8 encoded binary strings rather than unicode. It's a bug in my SA0.6 branch