Ticket #61 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

Still encoding problems with SQLite backend

Reported by: jerome Owned by: jerome
Priority: major Milestone: 1.27 final
Component: pykota Version: development
Keywords: charset, encoding Cc:

Description

The data dumper fails when there are non-ascii characters to dump with the SQLite backend.

Change History

Changed 14 years ago by jerome

  • keywords charset, encoding added
  • status changed from new to accepted

Changed 14 years ago by jerome

  • status changed from accepted to closed
  • resolution set to fixed

(In [3533]) Fixes #61. References #56, #60.

Changed 14 years ago by jerome

(In [3541]) I've finally killed this one (exactly the sort of thing I've said for
several years wrt such charset encoding problems) ! The problem was not
in the encoding of the title attribute of the job, which was perfectly
correct, but in the jobid attribute, which was still in unicode instead
of in UTF-8. This particular situation made the query string be
transformed to unicode, and an utf-8 encoded title couldn't be inserted
into it, making PyKota fail miserably.
Fixes #56. References #60, #61.

Note: See TracTickets for help on using tickets.